Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Does anyone have any suggestions about where I can find a C# implementation for suffix arrays? I'd prefer not to reinvent the wheel...

share|improve this question
2  
I'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 9 '10 at 14:01
    
@Neil - LOL! Good point though. –  code4life Apr 9 '10 at 14:16
2  
add comment

2 Answers

up vote -1 down vote accepted

Have you looked at sary? I haven't used it but it looks relevant

share|improve this answer
    
@dove, thanks, will look into it. –  code4life Apr 9 '10 at 14:17
    
-1 sary is a C project, not C#. –  Eugene Beresovksy Jun 14 '13 at 2:56
    
@Eugene, it's okay. I couldn't find any c# implementations, so this was a good start. –  code4life Jul 6 '13 at 13:02
add comment

A bit late, but here is another one: sais

share|improve this answer
add comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.