MCPcopy Create free account
hub / github.com/HuberTRoy/leetCode / __init__

Method __init__

Array/ShuffleAnArray.py:41–45  ·  view source on GitHub ↗

:type nums: List[int]

(self, nums)

Source from the content-addressed store, hash-verified

39class Solution(object):
40
41 def __init__(self, nums):
42 """
43 :type nums: List[int]
44 """
45 self.nums = nums
46
47 def reset(self):
48 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected