An open API service indexing awesome lists of open source software.

https://github.com/shreyansh26/suffixtree_implementation

Implementation of Suffix Tree
https://github.com/shreyansh26/suffixtree_implementation

datastructures hacktoberfest

Last synced: 7 months ago
JSON representation

Implementation of Suffix Tree

Awesome Lists containing this project

README

          

Suffix Tree
===========

This repository serves as a demo implementation of **Suffix Tree** done in the C Programming Language. **Suffix Tree** was used to solve the longest common substring problem (one of the standard problems in the String category). The other two implementations of LCS are also provided for comparison.

This was a project done by us as a part of our **Data Structures** course under the guidance of Prof. S.K Singh.