An open API service indexing awesome lists of open source software.

https://github.com/jilliennelapid/binarytreestorage

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

binary-search-tree binary-tree cpp data-structures infile-outfile txt-files

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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