Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)