Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Ukkonen's Algorithm (Substrings) in C, C++, Python and Java

Open Trisha-tech opened this issue 1 year ago • 4 comments

Is your feature request related to a problem? Please describe. Yes, my feature request is related to a problem. I would like to implement Ukkonen's algorithm using C, C++, Python and Java languages.

Ukkonen's algorithm is a method of constructing the suffix tree of a string in linear time. Suffix trees are useful because they can efficiently answer many questions about a string, such as how many times a given substring occurs within the string.

Describe the solution you'd like I would like a solution that provides an implementation of the Ukkonen's algorithm using C, C++, Python and Java languages.

I would like to work on this issue under SSOC 2023. Please assign it to me.

Trisha-tech avatar Jun 04 '23 22:06 Trisha-tech

Assigned! @Trisha-tech : C, C++, Java & Python

Kumar-laxmi avatar Jun 05 '23 02:06 Kumar-laxmi

@Trisha-tech what is your status on this issue?

Kumar-laxmi avatar Jun 20 '23 14:06 Kumar-laxmi

as this issuse is prolonged if trisha is not doing this code than @Kumar-laxmi can you assigned it to me

Aarsh30 avatar Jul 13 '23 16:07 Aarsh30

Hey @Aarsh30, I am working on this issue and will raise the PR within 2-3 days.

Trisha-tech avatar Jul 14 '23 04:07 Trisha-tech

Stale issue message

github-actions[bot] avatar Jul 07 '24 16:07 github-actions[bot]