-
Notifications
You must be signed in to change notification settings - Fork 1
Relevant reading materials
satvikc edited this page Jan 23, 2012
·
18 revisions
-
Information on generic programming Generics
-
ZipperFS
-
Suffix Trees :
- Online Construction (Nice introduction)
- Lazy Functional suffix tree construction (Functional aspects of suffix trees)
-
External Suffix Trees :
- ERA (2011 paper)
- Practical Suffix Tree (2004 paper)
- Disk based Suffix trees indexing (2007 paper)
- Trellis : Algorithm (2006 paper)
-
B-Tree (Hard disk based haskell implementation) : B-Tree
-
File Handling : IO-Handle
-
Crit-Bit :