This is where I keep my Python code for all the LeetCode problems I've tackled so far. I'm using this to improve my coding skills, especially with data structures and algorithms.
LeetCode is a website where programmers can practice solving coding challenges.
Remember: Consistency is the key to unlocking the secrets of problem-solving. Join me on this daily LeetCode adventure and let's conquer coding challenges together!
S# | Question# | Difficulty | Questions | Solutions |
---|---|---|---|---|
01 | 1441 | Build an Array With Stack Operations | Build an Array With Stack Operations | |
02 | 2390 | Removing Stars From a String | Removing Stars From a String | |
03 | 844 | Backspace String Compare | Backspace String Compare | |
04 | 3174 | Clear-digits | Clear-digits | |
05 | 1544 | Make The String Great | Make The String Great | |
06 | 1081 | Smallest Subsequence of Distinct Characters | Smallest Subsequence of Distinct Characters |
S# | Question# | Difficulty | Questions | Solutions |
---|---|---|---|---|
01 | 283 | Move Zeroes | Move Zeroes | |
02 | 917 | Reverse Only Letters | Reverse Only Letters | |
03 | 26 | Remove Duplicates from Sorted Array | Remove Duplicates from Sorted Array | |
04 | 219 | Contains Duplicate II | Contains Duplicate II |
S# | Question# | Difficulty | Questions | Solutions |
---|---|---|---|---|
01 | 876 | Middle node of the linked list | Middle node of the linked list | |
02 | 206 | Reverse Linked List | Reverse Linked List | |
03 | 83 | Remove Duplicates from Sorted List | Remove Duplicates from Sorted List | |
04 | 203 | Remove Linked List Elements | Remove Linked List Elements |
S# | Question# | Difficulty | Questions | Solutions |
---|---|---|---|---|
01 | 1671 | Minimum Number of Removals to Make Mountain Array | Minimum Number of Removals to Make Mountain Array |