Wednesday, August 19, 2015

[Algorithm] Algorithm Interview Questions



Algorithm Basics
BFS Iterative
BFS recursive
DFS Iterative
DFS recursive
Bubble Sort
Count Sort
Selection Sort
MergeSort
QuickSort
HeapSort
Topological Sort
Binary Search
HashTable and Binary Search Tree Time and Space Complexity
Two Sum
Top10




Algorithm Advanced
Trie
LRU
*Quick select (Quick Sort)
*Binary Indexed Tree
*Line Sweep
*DHT
*B-Tree

Map<K,V>

No comments:

Post a Comment