Graph

Graphs and related algorithms such as BFS, DFS, shortest path, etc.

Hash

Describes hashing and some of its applications.

Sorting

Index: 1. Insertion Sort 2. Quicksort 3. Merge Sort 4. Heapsort 5. Bubble Sort 6. Counting Sort Time Complexity Table  1. Insertion Sort For an array arr[0:n], sort arr[0:i] from…