This repository contains the implementation of the most known data structures and algorithms.
- Linked Lists
- Graphs
- Trees
- Binary Trees
- AVL trees
-
Peak finding
-
- Iterative
- Recursive
-
Ordenation
-
Graph and Tree Traversal
- Breadth First Search
- Depth First Search
- Minimal Spanning Tree
- Kruskal
- Prim
- Floyd Warshall
- Bellmand-Ford
- Dijkstra
- A*