Skip to content

mrkcass/SuffixTreeExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Suffix Tree Explorer

Given a string, construct a suffix tree and display as graph and tree. alt tag

###C# Forms implementation.

Suffix Tree Construction:

Todo:

  • Populate the tree view.
  • Implement generalized construction.
  • Implement Burrows Wheeler Transform.
  • Implement Suffix Array

Why:

  • I am looking for patterns and anomalies within program execution heap traces and snap shots.

About

Given a string, construct a suffix tree and display as graph and tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published