DNA Profiling
Project
This C++/C project involves creating an app that reads in databases of DNA sequences and their respective owners. The app processes the data to determine the number of unique DNA sequences and can identify the owner of a given sequence. To accomplish these tasks, the app implements data structures and algorithms for efficient storage and search. The resulting tool is useful for researchers studying DNA and can quickly analyze large sets of data.