This repository will include my solutions to Leetcode algorithm questions. I will make my way through easy problem set first and then gradually move to medium and finally to hard on LeetCode..
# | Problem | Solution |
---|---|---|
Day 01 | Two Sum | solution #1 |
Day 02 | Palindrome Number | solution #9 |
Day 03 | Roman to Integer | solution #13 |
Day 04 | Longest Common Prefix | solution #14 |
Day 05 | Valid Parentheses | solution #20 |
Day 06 | Merge Two Sorted Lists | solution #21 |
Day 07 | Remove Duplicates from Sorted Array | solution #26 |
Day 08 | Remove Element | solution #27 |
Day 09 | Find the Index of the First Occurrence in a String | solution #28 |
Day 10 | Search Insert Position | solution #35 |
Day 11 | Length of Last Word | solution #58 |