Skip to content

Commit 32129ea

Browse files
authored
Update README.md
Remove confusing and unecessary lines
1 parent 9b1a007 commit 32129ea

File tree

1 file changed

+0
-2
lines changed
  • solution/0300-0399/0354.Russian Doll Envelopes

1 file changed

+0
-2
lines changed

solution/0300-0399/0354.Russian Doll Envelopes/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ class Solution:
7676
d.append(h)
7777
else:
7878
idx = bisect_left(d, h)
79-
if idx == len(d):
80-
idx = 0
8179
d[idx] = h
8280
return len(d)
8381
```

0 commit comments

Comments
 (0)