@@ -24,6 +24,7 @@ const courses = [
24
24
"Discrete Mathematics and Graph Theory [BMAT205L]" ,
25
25
"Database Systems [BITE302L]" ,
26
26
"Operating Systems [BITE303L]" ,
27
+ "Operating Systems [BCSE303L]" ,
27
28
"Data Structures and Algorithms Lab [BITE201P]" ,
28
29
"Technical English Communication [BENG101L]" ,
29
30
"Quantitative Skills Practice I [BSTS101P]" ,
@@ -42,13 +43,15 @@ const courses = [
42
43
"Big Data Analytics [BITE411L]" ,
43
44
"Embedded Systems and IoT [BITE403L]" ,
44
45
"Data Structures and Algorithms [BITE201L]" ,
46
+ "Data Structures and Algorithms [BCSE202L]" ,
45
47
"Software Engineering Lab [BITE307P]" ,
46
48
"Computer Graphics [BITE313L]" ,
47
49
"Multimedia Systems [BITE314L]" ,
48
50
"Software Engineering [BITE307L]" ,
49
51
"Control Systems [BECE302L]" ,
50
52
"Embedded Systems and IoT Lab [BITE403P]" ,
51
53
"Artificial Intelligence [BITE308L]" ,
54
+ "Artificial Intelligence [BCSE306L]" ,
52
55
"Human Computer Interaction [BITE311L]" ,
53
56
"Laboratory Project [BITE393J]" ,
54
57
"Technical Answers to Real Problems Project [BITE391J]" ,
@@ -67,6 +70,7 @@ const courses = [
67
70
"Network Management [BITE408L]" ,
68
71
"Cyber Security [BITE413L]" ,
69
72
"Soft Computing [BITE405L]" ,
73
+ "Essentials Of Data Analytics [BCSE352E]" ,
70
74
"Blockchain Technology [BITE414L]" ,
71
75
"Quantum Computing [BITE407L]" ,
72
76
"Engineering Optimization [BITE415L]" ,
@@ -191,6 +195,9 @@ const courses = [
191
195
"Random Processes [BECE207L]" ,
192
196
"VLSI System Design [BECE303L]" ,
193
197
"Digital Communication System [BECE306L]" ,
198
+ "Computer Networks [BCSE308L]" ,
199
+ "Foundations of Data Analytics [BCSE351E]" ,
200
+ "Embedded Systems DEsign [BECE403E]"
194
201
] ;
195
202
196
203
const slots : string [ ] = [
0 commit comments