https://github.com/ashbellett/data-structures
Implementations of data structures.
https://github.com/ashbellett/data-structures
data-structures
Last synced: about 1 year ago
JSON representation
Implementations of data structures.
- Host: GitHub
- URL: https://github.com/ashbellett/data-structures
- Owner: ashbellett
- Created: 2017-12-15T14:27:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T04:19:59.000Z (over 6 years ago)
- Last Synced: 2025-01-26T14:11:20.535Z (about 1 year ago)
- Topics: data-structures
- Language: C++
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures
C++ implementations of various data structures:
- Dynamic array
- Linked list
- Stack
- Queue
### To Do
- Tree
- Binary tree
- Heap
- Graph
- Map
## Pre-requisites
```gcc```: https://gcc.gnu.org/
```make```: https://www.gnu.org/software/make/