Small fixes.
This commit is contained in:
parent
3a3af066af
commit
d756c8e47a
2 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
list->bdict
|
||||
bdict-find-value
|
||||
bdict-ref
|
||||
bdict-filter-alues
|
||||
bdict-filter-values
|
||||
bdict-keys
|
||||
bdict-map-list
|
||||
bdict-map-dict
|
||||
|
|
|
@ -290,7 +290,8 @@
|
|||
(let ((kv (vector-ref vec idx)))
|
||||
(loop (if (pred? (car kv) (cdr kv))
|
||||
(cons kv res)
|
||||
res)))))))
|
||||
res)
|
||||
(sub1 idx)))))))
|
||||
(cddr kvv))))
|
||||
|
||||
(define/doc (bst-balance bst)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue