Skip to content

Group project for Comp Sci class where we must read a text file representing DNA into a BTree and search it for various sequence lengths.

Notifications You must be signed in to change notification settings

nosideeffects/dna_btree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java BTree designed to store DNA sequences.

binary file

[Metadata] 8xb Degree 8xb Root (Byte offset) 4xb Number of nodes

[Node] 8xb Key 4xb Number of Keys 1xb # isLeaf ?xb Nodes ?xb Child Keys (Byte offsets)

[Key] 1xb Sequence Length 8xb Sequence 4xb Frequency

[Child Key] 8xb Key (Byte offset)

About

Group project for Comp Sci class where we must read a text file representing DNA into a BTree and search it for various sequence lengths.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages