CS 234 PROJECT HOMEPAGE

Name: Raghavendra Dinesh Pasupuleti

Email: rpasu001@ucr.edu

Research Interests: Design and Analysis of Algorithms

This page will be used for updating progress of the final project

Suffix trees. 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.


Progress:

Currently in the process of implementing Suffix tree.