Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngzhian/purely-functional-data-structures
code for some exercises in Okasaki's Purely Functional Data Structures
https://github.com/ngzhian/purely-functional-data-structures
Last synced: about 1 month ago
JSON representation
code for some exercises in Okasaki's Purely Functional Data Structures
- Host: GitHub
- URL: https://github.com/ngzhian/purely-functional-data-structures
- Owner: ngzhian
- Created: 2017-07-04T14:37:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-09T13:56:02.000Z (over 7 years ago)
- Last Synced: 2024-10-13T06:50:57.495Z (3 months ago)
- Language: OCaml
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Purely Functional Data Structures
Some OCaml code from working through Chris Okasaki's [Purely Functional Data Structures](https://books.google.com.sg/books/about/Purely_Functional_Data_Structures.html?id=SxPzSTcTalAC&redir_esc=y).
## References
- [His PhD Thesis](https://www.cs.cmu.edu/~rwh/theses/okasaki.pdf)
- [What's new in purely functional data structures since Okasaki?](https://cstheory.stackexchange.com/questions/1539/whats-new-in-purely-functional-data-structures-since-okasaki)