NashFP / data-structures

Playground for FP data structure implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data-structures

Playground for FP data structure implementations

Background

"Purely Functional Data Structures" by Chris Okasaki

Algoriths to build

Binary search tree

Wikipedia... https://en.wikipedia.org/wiki/Binary_search_tree

Play along!

Contribute your solutions by adding a folder name {algorithm}+{your handle}+{your language} such as "binary-search-tree+tdunnington+kotlin".

About

Playground for FP data structure implementations

License:MIT License


Languages

Language:Kotlin 100.0%