Skip to content

Commit b37e7c7

Browse files
committed
Update README.md
1 parent c98c20f commit b37e7c7

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
# Leetcode's Top Interview Questions' Solutions
2-
A repository showcasing solutions to the [Top Interview Questions](https://leetcode.com/problem-list/top-interview-questions/) on Leetcode. You can find me on Leetcode at [ShamikBose](https://leetcode.com/ShamikBose/)
2+
A repository showcasing solutions to the [Top Interview Questions](https://leetcode.com/problem-list/top-interview-questions/) on Leetcode. You can find me on Leetcode @[ShamikBose](https://leetcode.com/ShamikBose/)
33

44
<p align="center">
55
<img width="1000" height="150" src="Distribution.png">
66
<b>Difficulty distribution</b>
77
</p>
88

9-
<style>
10-
red {color: red}
11-
green {color: green}
12-
orange {color: orange}
13-
</style>
14-
159
List of problems:
16-
1. <green> Two Sum </green> ([Problem Statement](https://leetcode.com/problems/two-sum), [Solution](TwoSum.py))
10+
1. Two Sum ([Problem Statement](https://leetcode.com/problems/two-sum), [Solution](TwoSum.py))
1711
2. Add Two Numbers ([Problem Statement](https://leetcode.com/problems/add-two-numbers), [Solution](AddTwoNumbers.py))
1812
3. Longest Substring without Repeating Characters ([Problem Statement](https://leetcode.com/problems/longest-substring-without-repeating-characters/), [Solution](LongestSubstring.py))
1913
4. Median of Two Sorted Arrays ([Problem Statement](https://leetcode.com/problems/median-of-two-sorted-arrays/), [Solution](MedianSortedArrays.py))
@@ -26,5 +20,6 @@ List of problems:
2620
11. Three Sum ([Problem Statement](https://leetcode.com/problems/3sum/), [Solution](ThreeSum.py))
2721
12. Letter Combinations ([Problem Statement](https://leetcode.com/problems/letter-combinations-of-a-phone-number/), [Solution](LetterCombinations.py))
2822
13. Remove Nth Node from End ([Problem Statement](https://leetcode.com/problems/remove-nth-node-from-end-of-list/), [Solution](RemoveNthFromEnd.py))
29-
14. Valid Parentheses
30-
15. Merge Two Sorted Lists
23+
14. Valid Parentheses ([Problem Statement](https://leetcode.com/problems/valid-parentheses), [Solution](ValidParentheses.py))
24+
15. Merge Two Sorted Lists ([Problem Statement](https://leetcode.com/problems/merge-two-sorted-lists), [Solution](MergeTwoSortedLists.py))
25+
16. Generate Parentheses ([Problem Statement](https://leetcode.com/problems/generate-parentheses), [Solution](GenerateParentheses.py))

0 commit comments

Comments
 (0)