LeetCode problem solving to improve my programming expertise while learning some algorithms.
ID | Problem | Algorithm | C++ | C# | Rust |
---|---|---|---|---|---|
- | Round Robin Algorithm | Round Robin | - | Solution/Tests | - |
- | Frecuency of Strings | - | Solution/Tests | - | |
1 | Two Sum | - | Solution/Tests | Solution/Tests | Solution/Tests |
2 | Add Two Numbers | - | - | Solution/Tests | - |
3 | Length of Longest Substring | - | - | Solution/Tests | - |
4 | Median of Two Sorted Arrays | - | - | Solution/Tests | - |
5 | Longest Palindromic Substring | Expand from Center | - | Solution/Tests | - |
9 | Palindrome Number | - | Solution/Tests | Solution/Tests | Solution/Tests |
13 | Roman to Integer | - | Solution/Tests | Solution/Tests | Solution/Tests |
14 | Longest Common Prefix | - | Solution/Tests | Solution/Tests | Solution/Tests |
20 | Valid Parentheses | - | Solution/Tests | Solution/Tests | Solution/Tests |
21 | Merge Two Sorted Lists | - | Solution/Tests | - | Solution/Tests |
26 | Remove Duplicates from Sorted Array | - | Solution/Tests | - | Solution/Tests |
27 | Remove Element | - | Solution/Tests | - | Solution/Tests |
28 | Implement strStr() | - | Solution/Tests | - | - |
35 | Search Insert Position | - | Solution/Tests | - | Solution/Tests |
48 | Rotate Image | - | - | - | Solution/Tests |
53 | Maximum Subarray | Kadane | Solution/Tests | - | - |
58 | Length of Last Word | - | Solution/Tests | - | - |
66 | Plus One | - | Solution/Tests | - | - |
67 | Add Binary | - | - | - | Solution/Tests |
70 | Climbing Stairs | Fibonacci | - | - | Solution/Tests |
104 | Maximum Depth of Binary Tree | - | - | - | Solution/Tests |
108 | Pascal's Triangle | Pascal's Triangle | - | - | Solution/Tests |
191 | Number of 1 Bits | - | - | Solution/Tests | - |
383 | Ransom Note | - | - | - | Solution/Tests |
869 | Reordered Power of 2 | - | - | - | Solution/Tests |
897 | Increasing Order Search Tree | - | Solution/Tests | - | - |
1329 | Sort the Matrix Diagonally | - | - | - | Solution/Tests |
1342 | Number of Steps to Reduce a Number to Zero | - | - | Solution/Tests | - |