-
Notifications
You must be signed in to change notification settings - Fork 0
edahlgren/Grove-of-Lambda-Trees
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a growing collection of my experimentation with bettering Haskell binary tree function implementations. Essentially I want to know them in and out, because binary trees are such a powerful representation. I have never been taught about binary trees, in any language, so this is going to be a fun challenge. What I would like to eventually compile is my own efficient binary tree library that has support for balanced tree building, flattening to lists, optimized node insertion and deletion, and generic graphs. What will eventually be involved are rumtimes and some more involved discussion of the algorithms.
About
A completely independent project to experiment towards the best Haskell binary tree functions. Inspired by Chris Okasaki's 'Purely Functional Data Structures'.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published