https://github.com/malwarebo/dsamax
C++, data structures and algorithms
https://github.com/malwarebo/dsamax
cpp17 cpp20 googletest mathematics stl
Last synced: 4 days ago
JSON representation
C++, data structures and algorithms
- Host: GitHub
- URL: https://github.com/malwarebo/dsamax
- Owner: malwarebo
- Created: 2017-09-27T16:58:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T19:57:26.000Z (about 3 years ago)
- Last Synced: 2025-02-24T15:33:50.595Z (over 1 year ago)
- Topics: cpp17, cpp20, googletest, mathematics, stl
- Language: C++
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dsamax
Welcome to dsamx - my learning of algorithms, data structures, and C++ programming!
## About
dsamax is a collection of C++ implementations of various algorithms and data structures, along with examples to help you with the concepts.
## Features
- Comprehensive collection of algorithms and data structures implemented in C++
- Easy-to-navigate directory structure for quick access to specific topics
- Code solutions for common coding problems and challenges
- Regular updates with new algorithms, data structures, and coding exercises
## Usage
You can browse the code files in this repository to learn about different algorithms and data structures. Each topic is organized in its own directory, containing a C++ implementation file (.cpp/.cc) and a README file with explanations, examples, and usage instructions. You can clone this repository to your local machine and explore the code using your favorite C++ compiler or integrated development environment (IDE).
Feel free to use the code in this repository for educational purposes, personal projects, or coding competitions. You are encouraged to modify and customize the code to suit your needs. Contributions to this repository are also welcome, and you can submit a pull request with your changes or open an issue for suggestions or feedback.
## Contents
The dsamax repository covers a range of algorithms and data structures, including but not limited to:
- Data structures (e.g., arrays, linked lists, stacks, queues, trees, hash tables)
- googltest (C++)
- C++ stl
- C++ feature demos