Skip to content

Commit 26db487

Browse files
Goutham Vidya PradhanGoutham Vidya Pradhan
authored andcommitted
Adding youtube video link
1 parent c2e7d31 commit 26db487

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Leetcode solutions in Java
22

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.
45

56
#### [Array](src/main/java/array)
67

@@ -103,7 +104,8 @@ My accepted leetcode solutions to some of the common interview problems.
103104
- ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) [Minimum Window Subsequence](src/main/java/binary_search/MinimumWindowSubsequence.java) (Hard)
104105
- ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) [Koko Eating Bananas](src/main/java/binary_search/KokoEatingBananas.java) (Hard)
105106
- [Single Element in a Sorted Array](src/main/java/binary_search/SingleElementInASortedArray.java) (Medium)
106-
- ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) [Minimize the Maximum Adjacent Element Difference](src/main/java/binary_search/MinimizeTheMaximumAdjacentElementDifference.java) (Hard)
107+
- ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) [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)
107109

108110
#### [Bit Manipulation](src/main/java/bit_manipulation)
109111

0 commit comments

Comments
 (0)