Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2444b97

Browse files
fix: 0->ø (trekhleb#486)
1 parent95641c8 commit2444b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/data-structures/linked-list/README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Traverse(head)
101101
Pre: head is the head node in the list
102102
Post: the items in the list have been traversed
103103
n ← head
104-
while n !=0
104+
while n !=ø
105105
yield n.value
106106
n ← n.next
107107
end while

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp