Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PlantUML Macro
class CS1010 {
	algorithmsProgramming IMethodology
}
 
class CS1020 {
	 Data Structures and Algorithms I
}
class CS2010 {
	 Data Structures and Algorithms II
}
 
CS1010 -> CS1020
CS1020 -> CS2010