Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 496 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 496 Bytes

DataStructuresProject

FASTA format genetic codes

The idea of the project was to process files with FAST format that contained several genetic codes. To process these files different functions were used depending on what the user wished to do with the file. Some functions were: -Upload a file -Count sequences -List sequences -Get a Histogram -Know if a sequence exists in the loaded sequences -Mask sequences -Save File -Exit

What I learned

-C++ Data Structures -File management -Pointers