A curated collection of LeetCode solutions in Python, systematically organized by algorithmic topics to facilitate efficient study and review.
LeetCodeFun/
βββ Array/
βββ Backtracking/
βββ Binary Search/
βββ Binary Trees/
βββ Double Pointer/
βββ Greedy/
βββ LinkedList/
βββ Online-Coding-test/
βββ Sliding Window/
βββ Sorting/
βββ StackAndQueue/
βββ String/
βββ README.md
Each directory contains Python solutions to problems related to the respective algorithmic topic.
- Language: Python
- Platform: LeetCode
-
Clone the repository:
git clone https://github.com/xinghao302001/LeetCodeFun.git
-
Navigate to a topic directory:
cd LeetCodeFun/Array
-
Explore the solutions:
Open the Python files in your preferred code editor to study the solutions.
Contributions are welcome! If you have alternative solutions or improvements, feel free to submit a pull request.