Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++

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++ |