Add files via upload

This commit is contained in:
Cody Cook 2023-08-10 18:08:42 -07:00 committed by GitHub
commit ee2cd2b534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 251 additions and 0 deletions

8
courses.csv Normal file
View file

@ -0,0 +1,8 @@
MATH201,Discrete Mathematics
CSCI300,Introduction to Algorithms,CSCI200,MATH201
CSCI350,Operating Systems,CSCI300
CSCI101,Introduction to Programming in C++,CSCI100
CSCI100,Introduction to Computer Science
CSCI301,Advanced Programming in C++,CSCI101
CSCI400,Large Software Development,CSCI301,CSCI350
CSCI200,Data Structures,CSCI101
1 MATH201,Discrete Mathematics
2 CSCI300,Introduction to Algorithms,CSCI200,MATH201
3 CSCI350,Operating Systems,CSCI300
4 CSCI101,Introduction to Programming in C++,CSCI100
5 CSCI100,Introduction to Computer Science
6 CSCI301,Advanced Programming in C++,CSCI101
7 CSCI400,Large Software Development,CSCI301,CSCI350
8 CSCI200,Data Structures,CSCI101