Data structure implementation written in Java

Bioinformatics BTree

  • Juan Becerra
  • May 2019

This was my final project for my Data Structures course at Boise State University. This group project tasked my team with developing a BTree data structure in Java. After thoroughly testing our implementation, we were given several sample genetic code sequences that we ran through our BTree implementation. As sequences of size 'n' were parsed, those sequences would automatically be inserted into a self-balancing and self-organized BTree. Once finished, the program would report the frequency of each sequence and exit.

Project Repository