Algorithms Covered (so far) Sorting: Bubble sort Insertion sort Seletion Sort Merge sort Quicksort Counting Sort Radix Sort Recursion: Introduction Searching: Linear Search Binary Search Modified Binary Search... Text Processing - Pattern Matching: Boyer-More Algorithm Knutt-Morris-Pratt Algorithm Graph Algorithms: Breadth-first search (BFS) Depth-first search (DFS) Bidirectional Search Dijkstra's algorithm... Greedy Algorithm: Introduction Dynamic Programming: Introduction