|
11 | 11 | with a focus on <strong> readability </strong> consistent style, and adherence to modern standards across diverse topics. This repository is complemented by in-depth Medium blogs, offering <strong>comprehensive explanations</strong> for each solution</span>
|
12 | 12 | <br>
|
13 | 13 | <br>
|
14 |
| -<img src="https://img.shields.io/badge/Solved-86/3422%20=%202.15%25-blue.svg?style=flat-square" /> |
| 14 | +<img src="https://img.shields.io/badge/Solved-89/3555%20=%202.15%25-blue.svg?style=flat-square" /> |
15 | 15 | <br/>
|
16 |
| -<img src="https://img.shields.io/badge/Easy-48/850-5CB85C.svg?style=flat-square"/> |
17 |
| -<img src="https://img.shields.io/badge/Medium-34/1783-F0AD4E.svg?style=flat-square"/> |
18 |
| -<img src="https://img.shields.io/badge/Hard-4/779-D9534F.svg?style=flat-square"/> |
| 16 | +<img src="https://img.shields.io/badge/Easy-49/877-5CB85C.svg?style=flat-square"/> |
| 17 | +<img src="https://img.shields.io/badge/Medium-36/1843-F0AD4E.svg?style=flat-square"/> |
| 18 | +<img src="https://img.shields.io/badge/Hard-4/835-D9534F.svg?style=flat-square"/> |
19 | 19 | <br/>
|
20 | 20 | </p>
|
21 | 21 |
|
@@ -44,6 +44,7 @@ Medium: https://medium.com/@nphausg
|
44 | 44 | | [0020. ValidParentheses](https://leetcode.com/problems/valid-parentheses) | [Solution](src/com/nphausg/leetcode/easy/ValidParentheses.java) | - | - |
|
45 | 45 | | [0026. Remove Duplicates](https://leetcode.com/problems/remove-duplicates-from-sorted-array) | [Solution](src/com/nphausg/leetcode/easy/RemoveDuplicates.java) | - | - |
|
46 | 46 | | [0027. Remove Element](https://leetcode.com/problems/remove-element) | [Solution](src/com/nphausg/leetcode/easy/RemoveElement.java) | - | - |
|
| 47 | +| [0069. SqrtX](https://leetcode.com/problems/sqrtx) | [Solution](src/com/nphausg/leetcode/easy/Sqrt.java) | - | - | |
47 | 48 | | [0104. Maximum Depth of Binary Tree](https://leetcode.com/problems/maximum-depth-of-binary-tree) | [Solution](src/com/nphausg/leetcode/easy/MaximumDepthOfBinaryTree.java) | - | - |
|
48 | 49 | | [0111. Minimum Depth of Binary Tree](https://leetcode.com/problems/minimum-depth-of-binary-tree) | [Solution](src/com/nphausg/leetcode/easy/MinimumDepthOfBinaryTree.java) | - | - |
|
49 | 50 | | [0125. Valid Palindrome](https://leetcode.com/problems/valid-palindrome) | [Solution](src/com/nphausg/leetcode/easy/ValidPalindrome.java) | [Solution](src/com/nphausg/leetcode/easy/ValidPalindromeKt.kt) | - |
|
@@ -95,6 +96,7 @@ Medium: https://medium.com/@nphausg
|
95 | 96 | | [0107. Binary Tree Level Order Traversal II](https://leetcode.com/problems/binary-tree-level-order-traversal-ii) | [Solution](src/com/nphausg/leetcode/medium/BinaryTreeLevelOrderTraversalII.java) | - | - |
|
96 | 97 | | [0122. Best Time to Buy and Sell Stock II](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii) | [Solution](src/com/nphausg/leetcode/medium/BestTimeToBuyAndSellStockII.java) | - | [Medium](https://nphausg.medium.com/leetcode-122-best-time-to-buy-and-sell-stock-ii-all-solutions-explained-366666e80c47) |
|
97 | 98 | | [0137. Single Number II](https://leetcode.com/problems/single-number-ii) | [Solution](src/com/nphausg/leetcode/medium/SingleNumberII.java) | - | - |
|
| 99 | +| [0146. LRU Cache](https://leetcode.com/problems/lru-cache) | [Solution](src/com/nphausg/leetcode/medium/LruCacheLinkedHashMap.java) | - | - | |
98 | 100 | | [0198. House Robber](https://leetcode.com/problems/house-robber) | [Solution](src/com/nphausg/leetcode/medium/HouseRobber.java) | - | - |
|
99 | 101 | | [0208. Implement Trie (Prefix Tree)](https://leetcode.com/problems/implement-trie-prefix-tree) | [Solution](src/com/nphausg/leetcode/medium/TriePrefixTree.java) | [Solution](src/com/nphausg/leetcode/medium/TriePrefixTreeKt.kt) | [Medium](https://medium.com/@nphausg/leetcode-208-implement-trie-prefix-tree-in-java-and-kotlin-7f6c493d8c2a) |
|
100 | 102 | | [0219. Contains Duplicate II](https://leetcode.com/problems/contains-duplicate-ii) | [Solution](src/com/nphausg/leetcode/easy/ContainsDuplicate2.java) | - | [Medium](https://nphausg.medium.com/leetcode-contains-duplicate-ii-fb18e71189fb) |
|
|
0 commit comments