CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: suffix arrays

  1. #1
    Join Date
    Sep 2012
    Posts
    2

    suffix arrays

    I am finding it very very hard to implement suffix arrays and lcp arrays of it. i do coding in C. please explain me the suffix arrays implementaion and please provide with links so that i can learn more and more about suffix arrays. thanks.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: suffix arrays

    I would start with Wiki
    Victor Nijegorodov

  3. #3
    Join Date
    Sep 2012
    Posts
    2

    Re: suffix arrays

    yes sir! i have read this link already before you have given me. i want next to it the implementation and all those things.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured