https://github.com/ongyisheng0309/bst
This application provides a way to manage and interact with student records using a binary search tree, offering functionalities to read data, display it in various ways, and perform operations on subtrees.
https://github.com/ongyisheng0309/bst
bst-tree cpp
Last synced: about 1 month ago
JSON representation
This application provides a way to manage and interact with student records using a binary search tree, offering functionalities to read data, display it in various ways, and perform operations on subtrees.
- Host: GitHub
- URL: https://github.com/ongyisheng0309/bst
- Owner: ongyisheng0309
- Created: 2024-07-14T07:31:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T07:32:51.000Z (about 2 years ago)
- Last Synced: 2025-03-01T07:17:47.590Z (over 1 year ago)
- Topics: bst-tree, cpp
- Language: C++
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BST
This application provides a way to manage and interact with student records using a binary search tree, offering functionalities to read data, display it in various ways, and perform operations on subtrees.