Does anyone have any suggestions about where I can find a C# implementation for suffix arrays? I'd prefer not to reinvent the wheel...
Asked
Active
Viewed 2,750 times
5
-
2I'll doubt you'll have to reinvent the wheel just to get it in C#. Though you may need to reimplement the wheel. – Neil N Apr 09 '10 at 14:01
-
@Neil - LOL! Good point though. – code4life Apr 09 '10 at 14:16
-
2https://github.com/eranmeir/Sufa-Suffix-Array-Csharp – user Jun 30 '13 at 07:47
2 Answers
0
-
-
@Eugene, it's okay. I couldn't find any c# implementations, so this was a good start. – code4life Jul 06 '13 at 13:02