Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/klntsky/purescript-search-trie

A Map-based Trie implemented using zipper.
https://github.com/klntsky/purescript-search-trie

Last synced: 5 days ago
JSON representation

A Map-based Trie implemented using zipper.

Awesome Lists containing this project

README

        

# purescript-search-trie

[![](https://img.shields.io/librariesio/github/klntsky/purescript-search-trie.svg)](https://libraries.io/github/klntsky/purescript-search-trie)
[![Build status](https://travis-ci.com/klntsky/purescript-search-trie.svg?branch=master)](https://travis-ci.org/klntsky/purescript-search-trie)

A `Map`-based `Trie` implemented using zipper.

## Documentation

Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-search-trie).