Skip to content

Commit 2444b97

Browse files
fix: 0->ø (trekhleb#486)
1 parent 95641c8 commit 2444b97

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy