We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6533fa4 commit eb85872Copy full SHA for eb85872
src/main/kotlin/g0301_0400/s0380_insert_delete_getrandom_o1/RandomizedSet.kt
@@ -1,10 +1,10 @@
1
package g0301_0400.s0380_insert_delete_getrandom_o1
2
3
-import java.util.Random
4
-
5
// #Medium #Top_Interview_Questions #Array #Hash_Table #Math #Design #Randomized
6
// #Programming_Skills_II_Day_20 #2022_11_22_Time_1326_ms_(68.23%)_Space_119.7_MB_(83.53%)
7
+import java.util.Random
+
8
@Suppress("kotlin:S2245")
9
class RandomizedSet {
10
private val rand: Random
0 commit comments