Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 468 Bytes

File metadata and controls

14 lines (9 loc) · 468 Bytes

DAG-course-schedule-final-project

C++, Matrices, Lists, Classes

DAG - Directed Acyclic Graph

This is an early final project for a 230 course. It takes a list of courses and prerequisites as input and returns an acceptable schedule that fulfills all prereq's and course needs. If a loop is found, then the user is notified and the application is stopped.

Instructions:

  1. Source the main.cpp and input.txt within the same folder.