Friday, October 29, 2010

Go and study: trie, patricia tree, succint tree and come back

Nowadays, those are basic tools for IR people

1 comment:

  1. I implemented Radix trie (my first JAVA program):
    http://ideone.com/HRwlC

    Can you please suggest some algorithm level optimizations?

    ReplyDelete