|
16 | 16 | LeetCode is the best platform to help you enhance your skills, expand your knowledge and prepare for technical
|
17 | 17 | interviews.
|
18 | 18 |
|
19 |
| -https://leetcode.com/nphausg |
20 |
| - |
21 |
| -🔥 Easy 🔥🔥 Medium 🔥🔥🔥 Hard |
22 |
| - |
23 |
| -## 💎 Coding Challenge |
24 |
| - |
25 |
| -| Challenge | Level | Java | Kotlin | |
26 |
| -|------------------------------------------------------------------------------------------------------------------|--------|---------------------------------------------------------------------------|-------------------------------------------------------------------| |
27 |
| -| [20. ValidParentheses](https://leetcode.com/problems/valid-parentheses) | 🔥 | [Solution](src/com/nphausg/leetcode/easy/ValidParentheses.java) | - | |
28 |
| -| [26. Remove Duplicates](https://leetcode.com/problems/remove-duplicates-from-sorted-array) | 🔥 | [Solution](src/com/nphausg/leetcode/easy/RemoveDuplicates.java) | - | |
29 |
| -| [27. Remove Element](https://leetcode.com/problems/remove-element) | 🔥 | [Solution](src/com/nphausg/leetcode/easy/RemoveElement.java) | - | |
30 |
| -| [1929. Concatenation Of Array](https://leetcode.com/problems/concatenation-of-array) | 🔥 | [Solution](src/com/nphausg/leetcode/easy/ConcatenationArray.java) | - | |
31 |
| -| [17. Letter Combinations of a Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number) | 🔥🔥 | [Solution](src/com/nphausg/leetcode/medium/LetterCombinations.java) | - | |
32 |
| -| [91. Decode Ways ](https://leetcode.com/problems/decode-ways) | 🔥🔥 | [Solution](src/com/nphausg/leetcode/medium/DecodeWays.java) | - | |
33 |
| -| [1143. Longest Common Subsequence](https://leetcode.com/problems/longest-common-subsequence) | 🔥🔥 | [Solution](src/com/nphausg/leetcode/medium/LongestCommonSubsequence.java) | |
34 |
| -| [658. Find K Closest Elements](https://leetcode.com/problems/find-k-closest-elements) | 🔥🔥 | [Solution](src/com/nphausg/leetcode/medium/FindClosestElements.java) | - | |
35 |
| -| [41. First Missing Positive](https://leetcode.com/problems/first-missing-positive) | 🔥🔥🔥 | [Solution](src/com/nphausg/leetcode/hard/FirstMissingPositive.java) | [Solution](src/com/nphausg/leetcode/hard/FirstMissingPositive.kt) | |
| 19 | +Leetcode: https://leetcode.com/nphausg |
| 20 | + |
| 21 | +Medium: https://medium.com/@nphausg |
| 22 | + |
| 23 | +🔥 Easy |
| 24 | + |
| 25 | +🔥🔥 Medium |
| 26 | + |
| 27 | +🔥🔥🔥 Hard |
| 28 | + |
| 29 | +## 💎 Coding Challenges |
| 30 | + |
| 31 | +| Challenge | Level | Java | Kotlin | |
| 32 | +|--------------------------------------------------------------------------------------------------------------------|--------|-----------------------------------------------------------------------------|-------------------------------------------------------------------| |
| 33 | +| [0001. Two sum](https://leetcode.com/problems/two-sum) | 🔥 | - | [Solution](src/com/nphausg/leetcode/easy/TwoSum.kt) | |
| 34 | +| [0020. ValidParentheses](https://leetcode.com/problems/valid-parentheses) | 🔥 | [Solution](src/com/nphausg/leetcode/easy/ValidParentheses.java) | - | |
| 35 | +| [0026. Remove Duplicates](https://leetcode.com/problems/remove-duplicates-from-sorted-array) | 🔥 | [Solution](src/com/nphausg/leetcode/easy/RemoveDuplicates.java) | - | |
| 36 | +| [0027. Remove Element](https://leetcode.com/problems/remove-element) | 🔥 | [Solution](src/com/nphausg/leetcode/easy/RemoveElement.java) | - | |
| 37 | +| [0121. Best time to buy and sell stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock) | 🔥 | - | [Solution](src/com/nphausg/leetcode/easy/BuyAndSellStock.kt) | |
| 38 | +| [1929. Concatenation Of Array](https://leetcode.com/problems/concatenation-of-array) | 🔥 | [Solution](src/com/nphausg/leetcode/easy/ConcatenationArray.java) | - | |
| 39 | +| [0017. Letter Combinations of a Phone Number](https://leetcode.com/problems/letter-combinations-of-a-phone-number) | 🔥🔥 | [Solution](src/com/nphausg/leetcode/medium/LetterCombinations.java) | - | |
| 40 | +| [0091. Decode Ways ](https://leetcode.com/problems/decode-ways) | 🔥🔥 | [Solution](src/com/nphausg/leetcode/medium/DecodeWays.java) | - | |
| 41 | +| [1143. Longest Common Subsequence](https://leetcode.com/problems/longest-common-subsequence) | 🔥🔥 | [Solution](src/com/nphausg/leetcode/medium/LongestCommonSubsequence.java) | |
| 42 | +| [0658. Find K Closest Elements](https://leetcode.com/problems/find-k-closest-elements) | 🔥🔥 | [Solution](src/com/nphausg/leetcode/medium/FindClosestElements.java) | - | |
| 43 | +| [0041. First Missing Positive](https://leetcode.com/problems/first-missing-positive) | 🔥🔥🔥 | [Solution](src/com/nphausg/leetcode/hard/FirstMissingPositive.java) | [Solution](src/com/nphausg/leetcode/hard/FirstMissingPositive.kt) | |
36 | 44 |
|
37 | 45 | 
|
38 | 46 |
|
|
0 commit comments