|
1 | 1 | # Leetcode solutions in Java
|
2 | 2 |
|
3 | | -My accepted leetcode solutions to some of the common interview problems. |
| 3 | +My accepted leetcode solutions to some of the common interview problems. |
| 4 | +Also, some solutions have youtube video link. |
4 | 5 |
|
5 | 6 | #### [Array](src/main/java/array)
|
6 | 7 |
|
@@ -103,7 +104,8 @@ My accepted leetcode solutions to some of the common interview problems.
|
103 | 104 | -  [Minimum Window Subsequence](src/main/java/binary_search/MinimumWindowSubsequence.java) (Hard)
|
104 | 105 | -  [Koko Eating Bananas](src/main/java/binary_search/KokoEatingBananas.java) (Hard)
|
105 | 106 | - [Single Element in a Sorted Array](src/main/java/binary_search/SingleElementInASortedArray.java) (Medium)
|
106 | | --  [Minimize the Maximum Adjacent Element Difference](src/main/java/binary_search/MinimizeTheMaximumAdjacentElementDifference.java) (Hard) |
| 107 | +-  [Minimize the Maximum Adjacent Element Difference](src/main/java/binary_search/MinimizeTheMaximumAdjacentElementDifference.java) (Hard) |
| 108 | + - [Youtube video explanation](https://www.youtube.com/watch?v=2fCtjA_eitU&t=496s) |
107 | 109 |
|
108 | 110 | #### [Bit Manipulation](src/main/java/bit_manipulation)
|
109 | 111 |
|
|
0 commit comments