Versions Compared

Key

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

...

PlantUML Macro
class CSE451 {
	Intro to operating systems
}
 
CSE351_CSE332_class CSE351 {
}
 
class CSE332 {
}
 

 
CSE333 --> CSE451
CSE351_CSE332_

 
CSE333 --> CSE484
CSE351_CSE332_CSE333 --> CSE333
CSE332 --> CSE333
 
class CSE421 {
	Introduction to Algorithms
}
 
CSE312_CSE332 --> CSE421
 
class CSE341 {
	Programming Languages
}
 
CSE143 --> CSE341
 

 
class CSE446 {
	Machine Learning
}
 
CSE332_STAT390_STAT391_CSE312 --> CSE446
 
class CSE452 {
	Introduction to Distributed Systems
}
CSE451 --> CSE452
 
class CSE484 {
	Computer Security
}
 
 
class Math427 {
	Complex Analysis
}
Math327_Math335 --> Math427
 
class CSE333 {
	Systems Programming
}