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.
- Host: GitHub
- URL: https://github.com/jilliennelapid/binarytreestorage
- Owner: jilliennelapid
- Created: 2024-03-30T03:09:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T03:19:13.000Z (over 1 year ago)
- Last Synced: 2025-01-21T17:33:49.572Z (11 months ago)
- Topics: binary-search-tree, binary-tree, cpp, data-structures, infile-outfile, txt-files
- Language: C++
- Homepage:
- Size: 198 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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