This is a repository for my solutions to Leetcode problems written in C or C++.
# | 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 | ✔️ |
5 | Is Subsequence | Medium | C | Doxygen | ✔️ |
6 | Container With Most Water | Medium | C | Doxygen | ✔️ |
7 | Find Pivot Index | Easy | C++ | Doxygen | ✔️ |
8 | Reverse Linked List | Easy | C++ | Doxygen | ✔️ |
9 | Maximum Level Sum of a Binary Tree | Medium | C++ | Doxygen | ✔️ |
This project is licensed under the MIT License - see the LICENSE file for details.