pyalgo All code in this repository is test code for practice algorithm with python. So if you want to use it in the real world, it's your responsibility. I recommend using python3 in these codes. Cache lfu_cache.py lru_cache.py Sort merge_sort.py quick_sort.py insertion_sort.py binary_insertion_sort.py Search binary_search.py binary_search_tree.py Graph bfs.py dfs.py prim.py dijkstra.py