Algorithms
Algorithms copied to clipboard
Suffix Array
Thank you for your contribution. Please provide the details requested below.
ISSUE NUMBER
Please provide a link to the issue this pull request addresses.
SHORT DESCRIPTION
I have added the Suffix Array code to the string folder.
TESTING
To test the code simply provide any string in the main function of the code, and the code will generate the suffix array for the string.
you need to fix the tests first
@prateekiiest I have fixed the issue.