Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagoianuch/leetcode-solutions
My solutions to LeetCode problems in C++
https://github.com/thiagoianuch/leetcode-solutions
cplusplus cpp leetcode leetcode-cpp leetcode-solutions
Last synced: 4 days ago
JSON representation
My solutions to LeetCode problems in C++
- Host: GitHub
- URL: https://github.com/thiagoianuch/leetcode-solutions
- Owner: ThiagoIanuch
- Created: 2024-03-04T23:46:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T01:56:43.000Z (3 months ago)
- Last Synced: 2024-10-24T15:50:57.309Z (3 months ago)
- Topics: cplusplus, cpp, leetcode, leetcode-cpp, leetcode-solutions
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode-Solutions
My C++ solutions to LeetCode problems.## Table
| # | Title | Difficulty | Language |
|------|------------------------------------------------------------------|------------|----------|
| 1 | Two Sum | Easy | C++ |
| 7 | Reverse Integer | Medium | C++ |
| 9 | Palindrome Number | Easy | C++ |
| 27 | Remove Element | Easy | C++ |
| 50 | Pow(x, n) | Medium | C++ |
| 66 | Plus One | Easy | C++ |
| 70 | Climbing Stairs | Easy | C++ |
| 125 | Valid Palindrome | Easy | C++ |
| 136 | Single Number | Easy | C++ |
| 217 | Contains Duplicate | Easy | C++ |
| 231 | Power of Two | Easy | C++ |
| 258 | Add Digits | Easy | C++ |
| 263 | Ugly Number | Easy | C++ |
| 326 | Power of Three | Easy | C++ |
| 344 | Reverse String | Easy | C++ |
| 345 | Reverse Vowels of a String | Easy | C++ |
| 504 | Base 7 | Easy | C++ |
| 709 | To Lower Case | Easy | C++ |
| 917 | Reverse Only Letters | Easy | C++ |
| 1013 | Fibonacci Number | Easy | C++ |
| 1365 | How Many Numbers Are Smaller Than the Current Number | Easy | C++ |
| 1662 | Check If Two String Arrays are Equivalent | Easy | C++ |
| 2278 | Percentage of Letter in String | Easy | C++ |
| 2235 | Add Two Integers | Easy | C++ |
| 2413 | Smallest Even Multiple | Easy | C++ |
| 2469 | Convert the Temperature | Easy | C++ |
| 2652 | Sum Multiples | Easy | C++ |
| 2706 | Buy Two Chocolates | Easy | C++ |
| 2894 | Divisible and Non-divisible Sums Difference | Easy | C++ |
| 3099 | Harshad Number | Easy | C++ |