Skip to content

Commit bfdf8fc

Browse files
committed
Add YT links
1 parent d49ee29 commit bfdf8fc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/main/java/by/andd3dfx/numeric/AddTwoNumbers.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
* Input: l1 = [9,9,9,9,9,9,9], l2 = [9,9,9,9]
2727
* Output: [8,9,9,9,0,0,0,1]
2828
* </pre>
29+
*
30+
* @see <a href="https://youtu.be/RKAeQ1o5pRo">Video solution</a>
2931
*/
3032
public class AddTwoNumbers {
3133

src/main/java/by/andd3dfx/string/IsSubsequence.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
* Input: s = "axc", t = "ahbgdc"
1717
* Output: false
1818
* </pre>
19+
*
20+
* @see <a href="https://youtu.be/UbXVhH4NIuQ">Video solution</a>
1921
*/
2022
public class IsSubsequence {
2123

0 commit comments

Comments
 (0)