mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-21 08:25:10 +00:00
LeetCode
LeetCode Algorithm
| # | Title | Solution | Difficulty |
|---|---|---|---|
| 3 | Longest Substring Without Repeating Characters | C | Medium |
| 20 | Valid Parentheses | C | Easy |
| 26 | Remove Duplicates from Sorted Array | C | Easy |
| 35 | Search Insert Position | C | Easy |
| 108 | Convert Sorted Array to Binary Search Tree | C | Easy |
| 125 | Valid Palindrome | C | Easy |
| 136 | Single Number | C | Easy |
| 141 | Linked List Cycle | C | Easy |
| 169 | Majority Element | C | Easy |
| 215 | Kth Largest Element in an Array | C | Medium |
| 217 | Contains Duplicate | C | Easy |
| 268 | Missing Number | C | Easy |
| 287 | Find the Duplicate Number | C | Medium |
| 344 | Reverse String | C | Easy |
| 387 | First Unique Character in a String | C | Easy |
| 442 | Find All Duplicates in an Array | C | Medium |
| 520 | Detect Capital | C | Easy |
| 561 | Array Partition I | C | Easy |
| 704 | Binary Search | C | Easy |
| 709 | To Lower Case | C | Easy |
| 771 | Jewels and Stones | C | Easy |
| 905 | Sort Array By Parity | C | Easy |
| 917 | Reverse Only Letters | C | Easy |