-# data-structure-and-algorithms All necessary codes for data structures and algorithms that I learned in that course.
1- Insertion Sort
2- Binary Search
3- Binary Tree
4- Heap Tree
5- Boyer-Moore String Search
6- Brute Force String Search
7- Merge Sort
8- Quick Sort
9- Depth First Search
10- Breadth First Search
11- Kruskal's Minimum Spanning Tree Algorithm