Skip to content

danmarcab/functional-data-structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Data Structures

This is a project that aims to help understand how funtional data structures work.

If you ever wonder how memory was reused in immutable data structures, this may help you :)

Right now, the initial version only supports Stack (the easy one I know), but I expect to add more soon.

See it live at https://functional-data-structures.netlify.app/

Tech stuff

This project is build with elm, as a single page app, and uses Viz.js to render the graphs.

Contributing

Feel free to open an issue if you find a bug or you have a suggestion.

Proper build instructions coming soon, but the (untested) Makefile should be a good start.

About

Visualize memory of immutable functional data structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages