vault backup: 2023-11-10 15:28:53
This commit is contained in:
parent
f23c0520b2
commit
49d70627bb
2 changed files with 9 additions and 7 deletions
|
@ -59,7 +59,9 @@ pred insert[n : Node] {
|
|||
//nodes always in the head or linked to prox
|
||||
//always n in ( Bucket.head + Bucket.head.prox)
|
||||
always n.key.hash not in Hash {
|
||||
|
||||
always lone b: Bucket| b.head = none {
|
||||
b.head = n
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue