This is a repository for my solutions to Leetcode problems. I will be solving problems in C, C++ and Python. There will be at least one problem solved every day. Explanations solutions will be provided with documentation generated in Doxygen and Sphinx. CamelCase is used for Leetcode functions and snake_case is the rest of the code.
# | Title | Difficulty | Langs | Docs | Passed |
---|---|---|---|---|---|
1 | Merge Strings Alternately | Easy | C | Doxygen | ✔️ |
2 | Greatest Common Divisor of Strings | Easy | C | Doxygen | ✔️ |
3 | Kids With the Greatest Number of Candies | Easy | C | Doxygen | ✔️ |
4 | Reverse Words in a String | Medium | C | Doxygen | ✔️ |
# | Title | Difficulty | Langs | Docs | Passed |
---|---|---|---|---|---|
1 | Count of Range Sum | Hard | C | Doxygen | ❌ |
2 | Subarray Product Less Than K | Medium | C | Doxygen | ✔️ |
3 | Reverse Integer | Medium | C | Doxygen | ✔️ |
4 | Merge Strings Alternately | Easy | C | Doxygen | ✔️ |
5 | Greatest Common Divisor of Strings | Easy | C | Doxygen | ✔️ |
6 | All Ancestors of a Node in a Directed Acyclic Graph | Medium | C++ | Doxygen | ✔️ |
7 | Kids With the Greatest Number of Candies | Easy | C | Doxygen | ✔️ |
8 | Reverse Words in a String | Medium | C | Doxygen | ✔️ |
9 | Intersection of Two Arrays II | Easy | C | Doxygen | ✔️ |
10 | Water Bottles | Easy | C | Doxygen | ✔️ |
11 | Wildcard Matching | Hard | C | Doxygen | ✔️ |
12 | Maximum Level Sum of a Binary Tree | Medium | Python | Sphinx | ➖ |
This project is licensed under the MIT License - see the LICENSE file for details.