Skip to content

Commit 407ff1c

Browse files
committed
Add couple of YT links
1 parent f79692e commit 407ff1c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
* Input: nums = [-1,1,0,-3,3]
1919
* Output: [0,0,9,0,0]
2020
* </pre>
21+
*
22+
* @see <a href="https://youtu.be/DY1XhqN4e9g">Video solution</a>
2123
*/
2224
public class ProductOfArrayExceptSelf {
2325

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* Input: s = "Mr Ding"
1515
* Output: "rM gniD"
1616
* </pre>
17+
*
18+
* @see <a href="https://youtu.be/gwQfBcIDa7s">Video solution</a>
1719
*/
1820
public class ReverseWordsInAStringIII {
1921

0 commit comments

Comments
 (0)