Skip to content

Suffix tree construction: Naive Algorithm and (currently working on) Ukkonen's.

Notifications You must be signed in to change notification settings

gasbo/SuffixTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuffixTree

Suffix tree construction: Naive Algorithm and (currently working on) Ukkonen's.

Compile:

gcc suffixtree.c naive.c cJSON.c -o suffixtree

Execute:

./suffixtree string

About

Suffix tree construction: Naive Algorithm and (currently working on) Ukkonen's.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages