Versions Compared

Key

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

...

Sammenlign med IDI sine fag-avhengigheter

PlantUML Macro
class CSE451 {
	Intro to operating systems
}
 
CSE351_CSE332_CSE333 --> CSE451
 
class CSE573 {
	Artificial Intelligence I
}
 
CSE421 --> CSE573
 
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