C and C++ solutions for small leet-code and similar problems. I will try consistently add new solutions at least couple times per week.
| # | Name | Link |
|---|---|---|
| 1 | Two Sum | Leetcode #1 |
| 21 | Merge Two Sorted Lists | Leetcode #21 |
| 88 | Merge Sorted Array | Leetcode #88 |
| 316 | Remove Duplicate Letters | Leetcode #316 |
| 9 | Palindrome Number | Leetcode #9 |
| 8 | String to Integer (atoi) | Leetcode #8 |
| 13 | Roman to Integer | Leetcode #13 |
| 24 | Swap Nodes in Pairs | Leetcode #24 |
| 26 | Remove Duplicates from Sorted Array | Leetcode #26 |
| 14 | Longest Common Prefix | Leetcode #14 |
| 20 | Valid Parentheses | Leetcode #20 |
| 27 | Remove Element | Leetcode #27 |
| 98 | Validate Binary Search Tree | Leetcode #98 |
| 204 | Count Primes | Leetcode #204 |
| 70 | Climbing Stairs | Leetcode #70 |
| 746 | Min Cost Climbing Stairs | Leetcode #746 |
| 496 | Next Greater Element I | Leetcode #496 |
| 739 | Daily Temperatures | Leetcode #739 |