Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 347 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 347 Bytes

fset

An implementation of finite set data type in scheme language, based on 5 underlying data structures:

  • red-black tree
  • AVL tree
  • B tree
  • treap
  • skiplist

Each one has a terminal demonstration: rbt-demo, avlt-demo, bt-demo, th-demo and sl-demo.

Run with Chez Scheme 9.5

License

WTFPL