I challenged myself to solve one leetcode.com problem every day. To navigate to the source code for a particular problem, click on the link of the day for that problem. The description of the problem in leetcode is given in the link to the problem and in the source code of the problem.
My account on LeetCode - https://leetcode.com/razakovdev
Progress: 112 days / Tasks solved: 136 tasks / Missed days: 10 days / Streak days: 3 days
You can give me more motivation by giving this GitHub repo a star β. Thank you π
| Day | Date | Problem | Level | Programming language |
|---|---|---|---|---|
| 112 | April 22, 2024 | Open the Lock | MEDIUM | C# |
| 111 | April 21, 2024 | Find if Path Exists in Graph | EASY | C# |
| 110 | April 20, 2024 | Find All Groups of Farmland | MEDIUM | C# |
| 109 | April 18, 2024 | Island Perimeter | EASY | C# |
| 108 | April 15, 2024 | Sum Root to Leaf Numbers | MEDIUM | C# |
| 107 | April 14, 2024 | Sum of Left Leaves | HARD | C# |
| 106 | April 13, 2024 | Maximal Rectangle | MEDIUM | C# |
| 105 | April 12, 2024 | Zigzag Conversion | MEDIUM | C# |
| 104 | April 11, 2024 | Remove K Digits | MEDIUM | C# |
| 103 | April 10, 2024 | Reveal Cards In Increasing Order | MEDIUM | C# |
| 102 | April 9, 2024 | Time Needed to Buy Tickets | EASY | C# |
| 101 | April 7, 2024 | Valid Parenthesis String | MEDIUM | C# |
| 100 | April 6, 2024 | Minimum Remove to Make Valid Parentheses | MEDIUM | C# |
| 99 | April 5, 2024 | Make The String Great | EASY | C# |
| 98 | April 4, 2024 | Generate Parentheses | MEDIUM | C# |
| 97 | April 3, 2024 | Word Search | MEDIUM | C# |
| 96 | April 1, 2024 | Length of Last Word | EASY | C# |
| 95 | March 28, 2024 | Length of Longest Subarray With at Most K Frequency | MEDIUM | C# |
| 94 | March 27, 2024 | Subarray Product Less Than K | MEDIUM | C# |
| 93 | March 26, 2024 | First Missing Positive | HARD | C# |
| 92 | March 25, 2024 | Find All Duplicates in an Array | MEDIUM | C# |
| 91 | March 24, 2024 | Find the Duplicate Number | MEDIUM | C# |
| 90 | March 23, 2024 | Reorder List | MEDIUM | C# |
| 89 | March 22, 2024 | Palindrome Linked List | EASY | C# |
| 88 | March 21, 2024 | Reverse Linked List | EASY | C# |
| 87 | March 20, 2024 | Merge In Between Linked Lists | MEDIUM | C# |
| 86 | March 19, 2024 | Task Scheduler | MEDIUM | C# |
| 85 | March 18, 2024 | Minimum Number of Arrows to Burst Balloons | MEDIUM | C# |
| 84 | March 17, 2024 | Insert Interval | MEDIUM | C# |
| 83 | March 16, 2024 | Contiguous Array | MEDIUM | C# |
| 82 | March 15, 2024 | Product of Array Except Self | MEDIUM | C# |
| 81 | March 14, 2024 | Binary Subarrays With Sum | MEDIUM | C# |
| 80 | March 13, 2024 | Find the Pivot Integer | EASY | C# |
| 79 | March 12, 2024 | Remove Zero Sum Consecutive Nodes from Linked List | MEDIUM | C# |
| 78 | March 11, 2024 | Custom Sort String | EASY | C# |
| 77 | March 10, 2024 | Intersection of Two Arrays | EASY | C# |
| 76 | March 9, 2024 | Minimum Common Value | EASY | C# |
| 75 | March 8, 2024 | Count Elements With Maximum Frequency | EASY | C# |
| 74 | March 7, 2024 | Middle of the Linked List | EASY | C# |
| 73 | March 6, 2024 | Linked List Cycle | EASY | C# |
| 72 | March 5, 2024 | Minimum Length of String After Deleting Similar Ends | MEDIUM | C# |
| 71 | March 4, 2024 | Bag of Tokens | MEDIUM | C# |
| 70 | March 3, 2024 | Add Two Numbers | MEDIUM | C# |
| 69 | March 2, 2024 | Squares of a Sorted Array | EASY | C# |
| 68 | March 1, 2024 | Maximum Odd Binary Number | EASY | C# |
| 67 | February 29, 2024 | Game Play Analysis I | EASY | PostgreSQL |
| 66 | February 28, 2024 | Find Bottom Left Tree Value | MEDIUM | C# |
| 65 | February 27, 2024 | Rotate Image | MEDIUM | C# |
| 64 | February 26, 2024 | 4Sum | MEDIUM | C# |
| 63 | February 25, 2024 | Move Zeroes | EASY | C# |
| 62 | February 24, 2024 | Combination Sum II | MEDIUM | C# |
| 61 | February 23, 2024 | Valid Sudoku | MEDIUM | C# |
| 60 | February 22, 2024 | Permutations II | MEDIUM | C# |
| 59 | February 21, 2024 | Power of Two | EASY | C# |
| 58 | February 20, 2024 | Majority Element | EASY | C# |
| 57 | February 19, 2024 | Minimum Depth of Binary Tree | EASY | C# |
| 56 | February 18, 2024 | Remove Linked List Elements | EASY | C# |
| 55 | February 17, 2024 | Number of 1 Bits | EASY | C# |
| 54 | February 16, 2024 | Island Perimeter | EASY | C# |
| 53 | February 15, 2024 | Combination Sum | MEDIUM | C# |
| 52 | February 14, 2024 | Reverse String | EASY | C# |
| 51 | February 13, 2024 | Add Digits | EASY | C# |
| 50 | February 12, 2024 | Permutation Sequence | HARD | C# |
| 49 | February 11, 2024 | Longest Valid Parentheses | HARD | C# |
| 48 | February 10, 2024 | Restore IP Addresses | MEDIUM | C# |
| 47 | February 9, 2024 | Trapping Rain Water | HARD | C# |
| 46 | February 8, 2024 | Longest Substring Without Repeating Characters | MEDIUM | C# |
| 45 | February 7, 2024 | Maximum Depth of Binary Tree | EASY | Kotlin |
| 44 | February 6, 2024 | Multiply Strings | MEDIUM | C# |
| 43 | February 5, 2024 | Reverse Nodes in k-Group | HARD | C# |
| 42 | February 4, 2024 | Best Time to Buy and Sell Stock | EASY | C# |
| 41 | February 3, 2024 | Same Tree | EASY | C# |
| 40 | February 2, 2024 | Find First and Last Position of Element in Sorted Array | MEDIUM | C# |
| 39 | February 1, 2024 | Search in Rotated Sorted Array | MEDIUM | Kotlin |
| 38 | January 31, 2024 | Confirmation Rate | MEDIUM | PostgreSQL |
| 37 | January 30, 2024 | Odd Even Linked List | MEDIUM | Kotlin |
| 35 | January 28, 2024 | Partition List | MEDIUM | C# |
| 34 | January 27, 2024 | Remove Nth Node From End of List | MEDIUM | C# |