sriramvema / DNA-Sequencer

This project uses a hash table with quadratic probing to store individual strands of DNA. Once the hash table reaches its capacity, all the data is copied into a new table with a capacity four times greater than the previous one.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This project uses a hash table with quadratic probing to store individual strands of DNA. Once the hash table reaches its capacity, all the data is copied into a new table with a capacity four times greater than the previous one.


Languages

Language:C++ 100.0%