Work on bst-equal implementation.
This commit is contained in:
parent
f5e7dfe055
commit
1d9edaa320
2 changed files with 47 additions and 0 deletions
|
@ -571,6 +571,14 @@ accept two arguments.
|
|||
Like generic reduce, the proc gets accumulator, key and value
|
||||
arguments.
|
||||
|
||||
### bst-equal? [procedure]
|
||||
|
||||
(bst-equal? b1
|
||||
b2
|
||||
(equality? equal?))
|
||||
|
||||
Returns true if both BSTs contain the same keys and values.
|
||||
|
||||
## util-bst-bdict [module]
|
||||
|
||||
(import util-bst-bdict)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue