An open API service indexing awesome lists of open source software.

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.

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/