We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d86d26 commit 0735cbcCopy full SHA for 0735cbc
1 file changed
src/main/java/by/andd3dfx/collections/RandomizedSet.java
@@ -36,6 +36,8 @@
36
* randomizedSet.insert(2); // 2 was already in the set, so return false.
37
* randomizedSet.getRandom(); // Since 2 is the only number in the set, getRandom() will always return 2.
38
* </pre>
39
+ *
40
+ * @see <a href="https://youtu.be/NZeo-yyaUAc">Video solution</a>
41
*/
42
public class RandomizedSet {
43
0 commit comments