Skip to content

Commit 7867d02

Browse files
authored
Rename Problem#177.py to Problem#177#699.py
1 parent 2e50aa4 commit 7867d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Airbnb/Problem#177.py renamed to Airbnb/Problem#177#699.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ def length(head):
2929
while head:
3030
count += 1
3131
head = head.next
32-
return count
32+
return count

0 commit comments

Comments
 (0)