https://github.com/formtrix/cs-300-portfolio
Software Design and Analysis: Data Structure and Algorithm
https://github.com/formtrix/cs-300-portfolio
Last synced: 3 months ago
JSON representation
Software Design and Analysis: Data Structure and Algorithm
- Host: GitHub
- URL: https://github.com/formtrix/cs-300-portfolio
- Owner: Formtrix
- Created: 2022-02-27T22:21:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T03:43:33.000Z (11 months ago)
- Last Synced: 2025-02-16T06:23:54.317Z (3 months ago)
- Language: C++
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS-300-Portfolio
Data Structures and Algorithms: Analysis and Design.
### Project Description: A course schedule console app written in C++.

Loads a list of courses from a text file into a Binary Search Tree.
Display a menu to load data from a text file into the data structure and display a single course with its prerequisites.
