Skip to content
This repository was archived by the owner on Sep 22, 2021. It is now read-only.

Commit 4e6e98c

Browse files
committed
Solution to the problem 1470 #584
1 parent 5e618b6 commit 4e6e98c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

LeetCode/1470_Shuffle_the_array.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#solution to 1470
12
class Solution:
23
def shuffle(self, nums: List[int], n: int) -> List[int]:
34
ans = []

0 commit comments

Comments
 (0)