Skip to content

Commit 11284bb

Browse files
committed
Add YT link
1 parent d95cb4f commit 11284bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/by/andd3dfx/common/MergeIntervals.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
* Output: [[1,7]]
2727
* Explanation: Intervals [1,4] and [4,7] are considered overlapping.
2828
* </pre>
29-
* <p>
29+
*
30+
* @see <a href="https://youtu.be/gyTPrnGg2Yk">Video solution</a>
3031
*/
3132
public class MergeIntervals {
3233

0 commit comments

Comments
 (0)