Use an uncorrupted classes picture and update the document
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 28 KiB |
@@ -3,9 +3,12 @@
|
||||
These are some classes for Chapman University, for
|
||||
the [computer science program](https://catalog.chapman.edu/preview_program.php?catoid=33&poid=6408&print).
|
||||
|
||||

|
||||

|
||||
|
||||
> [!QUESTION] What type of graph is this?
|
||||
This is a *directed acyclic graph*, or DAG.
|
||||
|
||||
- Directed: edges point from one node to another, not necessarily the other way around
|
||||
- Acyclic: there are no *cycles* in the graph
|
||||
|
||||
We say that a class is a *prerequisite* or a *dependency* of another class
|
||||
if we need to take it before that other class. So, we need to take CPSC 230
|
||||
|
||||
Reference in New Issue
Block a user