Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HuberTRoy/leetCode
/ __init__
Method
__init__
Design/RLEIterator.py:56–60 ·
view source on GitHub ↗
:type A: List[int]
(self, A)
Source
from the content-addressed store, hash-verified
54
class
RLEIterator(object):
55
56
def
__init__(self, A):
57
""
"
58
:type A: List[int]
59
""
"
60
self.a = A
61
62
def
next(self, n):
63
""
"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected