Skip to content

Commit 0735cbc

Browse files
committed
Add YT link
1 parent 5d86d26 commit 0735cbc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/by/andd3dfx/collections/RandomizedSet.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
* randomizedSet.insert(2); // 2 was already in the set, so return false.
3737
* randomizedSet.getRandom(); // Since 2 is the only number in the set, getRandom() will always return 2.
3838
* </pre>
39+
*
40+
* @see <a href="https://youtu.be/NZeo-yyaUAc">Video solution</a>
3941
*/
4042
public class RandomizedSet {
4143

0 commit comments

Comments
 (0)