- linear_search.py
- binary_search.py
- maze_solver.py
- queue.py
- stack.py
- quick_sort.py
- bubble_sort.py
- two_crystal_balls.py
- singly_linked_list.py
- double_linked_list.py
- compare_binary_trees.py
- BTBFS.py
- BTInOrder.py
- BTPostOrder.py
- BTPreOrder.py
- DFS_on_BST.py
- DFS_graph_list.py
- BFS_graph_matrix.py
- min_heap.py
- dijkstra.py
- trie.py
- map.py
- LRU.py
- generate fresh new katas by command
- run unit tests on latest generated katas
python generate.py
python test.py
python test.py -p {pattern}