Code example of the algorithm and data structure that I use.
I wrote these codes according to my personal taste and the information I learned and they may not be optimized
- Link List
- Graph ( BFS & DFS & Astar )
- Binary Tree ( BFS & DFS )
- Sorting ( Buble , Selection , Insertion , Marge , Quick )
- Hash Table