Skip to content

Commit d90c974

Browse files
authored
Update random-pick-with-blacklist.py
1 parent 9f80926 commit d90c974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/random-pick-with-blacklist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def pick(self):
8383
else:
8484
left = mid+1
8585
return self.__intervals[left][LEFT] + \
86-
index - self.__intervals[left][ACCU_COUNT]
86+
index-self.__intervals[left][ACCU_COUNT]
8787

8888

8989
# Your Solution object will be instantiated and called as such:

0 commit comments

Comments
 (0)