https://github.com/openacid/trie
Pointer based trie in golang.
https://github.com/openacid/trie
go golang trie
Last synced: 11 months ago
JSON representation
Pointer based trie in golang.
- Host: GitHub
- URL: https://github.com/openacid/trie
- Owner: openacid
- License: mit
- Created: 2019-06-04T02:25:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T21:00:17.000Z (about 5 years ago)
- Last Synced: 2025-03-04T09:43:45.385Z (over 1 year ago)
- Topics: go, golang, trie
- Language: Go
- Size: 156 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Trie
Pointer based trie in golang.
[](https://travis-ci.org/openacid/trie)
[](https://ci.appveyor.com/project/drmingdrmer/trie/branch/master)
[](http://godoc.org/github.com/openacid/trie)
[](https://goreportcard.com/report/github.com/openacid/trie)
[](https://golangci.com/r/github.com/openacid/trie)
[](https://sourcegraph.com/github.com/openacid/trie?badge)
[](https://coveralls.io/github/openacid/trie?branch=master)