Hi, I am Md. Mahbub Hasan
Email: hasanm@cs.ucr.edu
Research Interest: Computational Biology, Data Mining, Database


Project: Suffix Trees
Project description: Design a "generalized suffix tree" C++ class. Design an algorithm/program to find the maximal unique matches between two long strings (ideally chromosomes). You implementation must be space-efficient. Collect data on time and space used for different input sizes. See Gusfield's book for a description of the generalized suffix tree.

Progress:
February 15: Reading the concept of suffix trees