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