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

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

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++.

![Image](docs/cs300.png)

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.
![Image](docs/302.png)