Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/klntsky/purescript-search-trie
- Owner: klntsky
- Created: 2019-06-19T19:32:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T19:34:32.000Z (over 3 years ago)
- Last Synced: 2024-05-01T14:50:22.577Z (8 months ago)
- Language: PureScript
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).