Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/owainlewis/ocaml-datastructures-algorithms
Data structures and algorithms in OCaml
https://github.com/owainlewis/ocaml-datastructures-algorithms
algorithms data-structures ocaml
Last synced: 24 days ago
JSON representation
Data structures and algorithms in OCaml
- Host: GitHub
- URL: https://github.com/owainlewis/ocaml-datastructures-algorithms
- Owner: owainlewis
- Created: 2012-10-27T15:24:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T20:16:31.000Z (almost 2 years ago)
- Last Synced: 2024-09-04T05:01:26.550Z (2 months ago)
- Topics: algorithms, data-structures, ocaml
- Language: OCaml
- Homepage:
- Size: 195 KB
- Stars: 48
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ocaml - ods
README
# ODS
### Data Structure and Algorithms
Purely for educational use only
## Getting Started
```
$ eval $(opam env)
$ dune build
```