initialize random objects
This commit is contained in:
parent
f61d54b662
commit
10dd9d25df
@ -6,19 +6,21 @@ def insert(self, val):
|
||||
:type val: int
|
||||
:rtype: bool
|
||||
"""
|
||||
|
||||
return True
|
||||
|
||||
def remove(self, val):
|
||||
"""
|
||||
:type val: int
|
||||
:rtype: bool
|
||||
"""
|
||||
return False
|
||||
|
||||
|
||||
def getRandom(self):
|
||||
"""
|
||||
:rtype: int
|
||||
"""
|
||||
return getRandom
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user