5

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

code4life
  • 15,655
  • 7
  • 50
  • 82

2 Answers2

4

A bit late, but here is another one: sais

hexcoder
  • 1,218
  • 8
  • 13
0

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

dove
  • 20,469
  • 14
  • 82
  • 108