Skip to content

Project 2: An organism-storing binary tree that reads commands from input .txt, queries the data, and outputs to console and output .txt.

Notifications You must be signed in to change notification settings

jilliennelapid/BinaryTreeStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryTreeStorage


Project 2 from Data Structures (COP3415) in which we read command inputs from a .txt file (in.txt) to populate a Binary Tree and to run queries on the data.

The resulting output is displayed in the console and in an output .txt file (out.txt). An example of such output is included in this repository.


Important Functions

Name Tree Functions

Item Tree Functions

Query Functions

About

Project 2: An organism-storing binary tree that reads commands from input .txt, queries the data, and outputs to console and output .txt.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages