Closed
Description
Code shown in this repository is mostly non-pythonic. It doesn't follow any conventions from PEP8 and all algorithms have a lot of anti-patterns. For example, binary search as shown in Python docs -- https://docs.python.org/3/library/bisect.html#searching-sorted-lists.
I don't know the exact purpose of this repository, but it certainly doesn't show well-implemented basic algorithms in Python.