Skip to content

Commit 93a6119

Browse files
delimitry1st1
authored andcommitted
Fix 3rd level node's binary representation in HAMT algorithm description (#5319)
1 parent 58dc03c commit 93a6119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/hamt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tree structure:
5656
+---+ -- +----+----+----+ -- +----+
5757
|
5858
+---+ -- +----+----+----+ -- +----+
59-
a 3rd level node | 0 | .. | 04 | 05 | 06 | .. | 31 | 0b01011 = 5 (3)
59+
a 3rd level node | 0 | .. | 04 | 05 | 06 | .. | 31 | 0b00101 = 5 (3)
6060
+---+ -- +----+----+----+ -- +----+
6161
|
6262
+---+ -- +----+----+----+----+

0 commit comments

Comments
 (0)