No description
src | ||
.gitignore | ||
algo.nimble | ||
README.md |
Need A Name
List of the implemented data structure (or soon)
- Dynamic array
- Linked list
- Hash table
- Graph
- Stack
- Queue
List of the implemented algorithms (or soon)
Search algorithms
- linear search
- dichotomie search
Sort algorithms
- Merge sort
- Quick sort
- Insertion sort
- Selection sort
- Heap sort
- Tree sort
Graph algorithms
Search algorithms
- Breadth-first search
- Depth-first search