Versions Compared

Key

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

...

PlantUML Macro
class CS1010 {
	Programming Methodology
}
 
class CS1020 {
	Data Structures and Algorithms I
}
class CS1231 {
	Discrete Structures
}
class CS2010 {
	 Data Structures and Algorithms II
}
class CS2100 {
	Computer Organisation
}
class CS2102 {
	 DB Systems
}
class CS2103 {
	Software Engineering
}
class CS3201 {
	Software Engineering Project I
}
class CS3202 {
	Software Engineering Project II
}
class CS3210 {
	Parallel Computing
}

CS1010 -> CS1020
CS1020 --> CS2102
CS1231 --> CS2102
CS1020 --> CS2010

CS1231 --> CS3230
CS2010 --> CS3230
CS2100 --> CS3210
CS2103 --> CS3201
CS2103 --> CS3202
CS3201 <-> CS3202