A repo that contains my solutions to coding practice problems on leetcode.com! The initative first became serious during Spring Break of 2020, and the rest is history.
Archive of previous Leetcode problems--with friends: https://docs.google.com/document/d/1PQAHKGAKboemaeTv6wkRpSsJAFCpsvTJMXNftYytPmw/edit?usp=sharing
Repo also contains some problems from BinarySearch.io & Pramp, which are other prep sites.
File format for python 2: [problem #]-name_of_problem.py File format for python 3: [problem #]_name-of-problem.py (will almost always the last part of the URL)