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

https://github.com/roylee0704/go-trie

A Trie (Prefix Index) implementation in golang.
https://github.com/roylee0704/go-trie

Last synced: 2 months ago
JSON representation

A Trie (Prefix Index) implementation in golang.

Awesome Lists containing this project

README

        

# go-trie
A Trie (Prefix Index) implementation in golang.