AVL tree: Difference between revisions

Line 10,212:
{{works with|CHICKEN|5.3.0}}
{{libheader|r7rs}}
 
In the following, an argument key '''a''' is consider to match a stored key '''b''' if neither '''(pred<? a b)''' nor '''(pred<? b a)'''. So '''pred<?''' should be analogous to '''<'''. No equality predicated is needed.
 
<lang scheme>(cond-expand
(r7rs)
1,448

edits