mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix 3rd level node's binary representation in HAMT algorithm description (#5319)
This commit is contained in:
parent
58dc03c737
commit
93a6119f08
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ tree structure:
|
|||
+---+ -- +----+----+----+ -- +----+
|
||||
|
|
||||
+---+ -- +----+----+----+ -- +----+
|
||||
a 3rd level node | 0 | .. | 04 | 05 | 06 | .. | 31 | 0b01011 = 5 (3)
|
||||
a 3rd level node | 0 | .. | 04 | 05 | 06 | .. | 31 | 0b00101 = 5 (3)
|
||||
+---+ -- +----+----+----+ -- +----+
|
||||
|
|
||||
+---+ -- +----+----+----+----+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue