https://github.com/unixjunkie/slist
Skip list implementation in OCaml
https://github.com/unixjunkie/slist
delete find insert ocaml-library randomized-binary-search-trees randomized-data-structure set set-operations skip-list
Last synced: about 2 months ago
JSON representation
Skip list implementation in OCaml
- Host: GitHub
- URL: https://github.com/unixjunkie/slist
- Owner: UnixJunkie
- License: other
- Created: 2019-12-04T03:36:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T01:25:59.000Z (about 4 years ago)
- Last Synced: 2025-03-27T19:23:26.515Z (2 months ago)
- Topics: delete, find, insert, ocaml-library, randomized-binary-search-trees, randomized-data-structure, set, set-operations, skip-list
- Language: OCaml
- Size: 78.1 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slist
WARNING: UNFINISHED WORK / BARELY STARTED PROJECT
Skip list implementation in OCaml