xennygrimmato / Data-Structures-and-Algorithms

A collection of some implementations of data structures and algorithms.
107 stars 92 forks source link

Suffix tree #73

Open akashaggarwal03 opened 4 years ago

akashaggarwal03 commented 4 years ago

Implementation of Suffix tree using pointers.