Versions Compared

Key

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

...

PlantUML Macro
class CSE451 {
	Intro to operating systems
}
 
CSE351_CSE332_CSE333 --> CSE451 CSE484
 
class CSE421 {
	Introduction to Algorithms
}
 
CSE312_CSE332 --> CSE421
 
class CSE341 {
	Programming Languages
}
 
CSE143 --> CSE341
 
class CSE574 {
	Artificial Intelligence II
}
 
CSE573 --> CSE574
 
class CSE446 {
	Machine Learning
}
 
CSE332_STAT390_STAT391_CSE312 --> CSE446
 
class CSE452 {
	Introduction to Distributed Systems
}
CSE451 --> CSE452
 
class CSE484 {
	Computer Security
}
 
CSE332_CSE351 --> CSE484
 
class Math427 {
	Complex Analysis
}
Math327_Math335 --> Math427