Skip to content

TNishimoto/sutoring

Repository files navigation

sutoring

sutoring.js provides many functions and those visualizations for strings.
At the moment, this library supports the following functions:

Documents

Install

npm install -g sutoring

Examples(node.js)

sutoring
Hello world, sutoring.js!
This is a REPL of node.js.
Sutoring.js modules are stored in variable 'sutoring'
>>> sutoring.LZ78.factorize("abababba$")
[ 'a', 'b', 'ab', 'abb', 'a$' ] >>> const table78 = sutoring.LZ78.constructLZ78Table("abababab$")
>>> sutoring.Console.table(table78)
>>> const trie78 = sutoring.LZ78.constructLZ78Trie("abababab$")
>>> sutoring.Console.graph(trie78)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •