CS3114 (Spring 2019) PROGRAMMING
CS3114 (Spring 2019) PROGRAMMING ASSIGNMENT #4 Due Tuesday, May 7th @ 11:00 PM for 100 points Early bonus date: Sunday, May 5th @ 11:00 PM for a 10 point bonus In this project you will implement a simple database system for DNA sequences. Your database system will include a disk-based hash table using a simple bucket hash, to support searches by sequence identifier. The bulk of the database will be stored in a binary file on disk, with a memory manager that stores both sequences and sequenceIDs. As with Project 2, define DNA sequences to be strings on the alphabet A, C, G, and T. In this