Skip to content

Visualization of prefix match using trie tree.

Notifications You must be signed in to change notification settings

kotaroooo0/mute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mute

overview

Visualization of prefix match using trie tree.

# data.txt
keynote
keycase
king
kingdom
macbook

setup

$ brew install graphviz
$ go get github.com/kotaroooo0/mute

# create data text for trie. see: data.txt.sample
$ vi data.txt
$ mute -s data.txt | dot -T png -o sample.png

# only create .dot
$ mute -s data.txt -o sample.dot

About

Visualization of prefix match using trie tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages