mirror of
https://github.com/didyouexpectthat/cs-300.git
synced 2025-08-21 18:53:13 -07:00
Add files via upload
This commit is contained in:
parent
d2277eacb1
commit
ee2cd2b534
2 changed files with 251 additions and 0 deletions
8
courses.csv
Normal file
8
courses.csv
Normal 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
|
|
Loading…
Add table
Add a link
Reference in a new issue