/trie-viz

Trie visualizer

Primary LanguageRuby

Trie::Viz

Build Status

codecov

Running website: https://trie-viz.herokuapp.com

Installation

Install graphviz:

# Debian, Ubuntu, etc...
$ sudo apt-get install graphviz

# Arch
sudo pacman -S graphviz

# RedHat, etc...
$ sudo yum install graphviz

Add this line to your application's Gemfile:

gem 'trie-viz'

And then execute:

$ bundle

Or install it yourself as:

$ gem install trie-viz

Run tests

Foreground mode:

$ GUI=true rspec

Background:

$ rspec

Run server

$ bundle exec./bin / server

Open http://localhost:4567/ in your browser

Development

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sbezugliy/trie-viz.