Resources
Curated external resources for learning algorithms, data structures, and Python.
https://www.crackingthecodinginterview.com/
https://www.bigocheatsheet.com/
https://peps.python.org/pep-0008
https://peps.python.org/pep-0020
https://peps.python.org/pep-0484/
https://docs.python.org/3/library/heapq.html#module-heapq
https://docs.python.org/3/library/bisect.html#module-bisect
https://docs.python.org/3/library/collections.html#module-collections
https://docs.python.org/3/library/queue.html#module-queue
https://docs.python.org/3/library/collections.html#collections.deque
https://docs.python.org/3/library/functions.html
https://docs.python.org/3/library/functools.html
https://docs.python.org/3/library/collections.html
https://docs.python.org/3/library/itertools.html
https://docs.python.org/3/library/random.html
https://docs.python.org/3/library/math.html
Disclaimer
Some content on this site was gathered with AI assistance. While we strive for accuracy, please verify information with official documentation when in doubt.