-
Implementation of singly-linked-list in Clojure.
-
Implementation of Zipper datastrcture to improve some O(n) operations (to O(1)) which are lacking in functional single-linked-list but able in doubly-linked-list (end-to-start traversal, insertion before/after given node, removal of a given node and more). As doubly-linked-list is difficult to implement in a functional-style, we'll use the zipper-way.
-
Notifications
You must be signed in to change notification settings - Fork 0
exploring singly/doubly functional linked-list in clojure with zipper and sequences
License
akotek/zipper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
exploring singly/doubly functional linked-list in clojure with zipper and sequences
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published