-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.json
119 lines (119 loc) · 3.28 KB
/
schedule.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"schedule":[
{
"subject_name": "Fundamentals of Computing (Mon) (CE-1-G1) (SS) ",
"room_no": "A-110",
"slot": "11:00 - 12:40"
},
{
"subject_name": "Data Structure and Algorithm (M) (Mon) (CSE-1) (SB) ",
"room_no": "A-212",
"slot": "11:00 - 12:40"
},
{
"subject_name": "Fundamentals Of Computing (Mon) (CSE-1-G1) (KS)",
"room_no": "A-110",
"slot": "1:20 - 2:50"
},
{
"subject_name": "Object Oriented Programming (Mon) (CSE-5-G2) (KA) ",
"room_no": "A-212",
"slot": "2:05 - 3:35"
},
{
"subject_name": "Fundamentals Of Computing (Mon) (ME-1-G3) ( )",
"room_no": "A-110",
"slot": "2:50 - 4:20"
},
{
"subject_name": "Fundamentals of Computing (Tue) (BSC-1) (MPA) ",
"room_no": "A-110",
"slot": "11:00 - 12:40"
},
{
"subject_name": "Numerical Methods (Tue) (CE-3-G1) ( ) ",
"room_no": "A-212",
"slot": "11:00 - 12:40"
},
{
"subject_name": "Fundamentals of Computing (Tue) (CSE-1-G2) (KS) ",
"room_no": "A-110",
"slot": "1:20 - 2:50"
},
{
"subject_name": "Numerical Methods (Tue) (ME-3-G1) ( ) ",
"room_no": "A-212",
"slot": "1:20 - 2:50"
},
{
"subject_name": "Fundamentals of Computing (Wed) (EEE+ECE-1) (MPA) ",
"room_no": "A-110",
"slot": "11:00 - 12:40"
},
{
"subject_name": "Fundamentals Of Computing (Wed) (CSE-1-G3) (KS)",
"room_no": "A-110",
"slot": "1:20 - 2:50"
},
{
"subject_name": "Numerical Methods (Wed) (ME-3-G3) ( )",
"room_no": "A-212",
"slot": "1:20 - 2:50"
},
{
"subject_name": "Numerical Methods (Wed) (ECE-3) ( ) ",
"room_no": "A-110",
"slot": "2:50 - 4:20"
},
{
"subject_name": "Data Structure and Algorithm (Wed) (CSE-3-G2) (SB) ",
"room_no": "A-212",
"slot": "2:50 - 4:20"
},
{
"subject_name": "Data Structure and Algorithm (Thr) (CSE-3-G1) (SB) ",
"room_no": "A-212",
"slot": "10:10 - 11:50"
},
{
"subject_name": "Fundamentals of Computing (Thr) (CE-1-G2) (SS) ",
"room_no": "A-110",
"slot": "11:00 - 12:40"
},
{
"subject_name": "Fundamentals Of Computing (Thr) (ME-1-G2) ( )",
"room_no": "A-110",
"slot": "1:20 - 2:50"
},
{
"subject_name": "Software Technology (M) (Thr) (CSE-1) ( ) ",
"room_no": "A-212",
"slot": "1:20 - 2:50"
},
{
"subject_name": "Fundamentals of Computing (Fri) (CE-1-G3) ( ) ",
"room_no": "A-110",
"slot": "11:00 - 12:40"
},
{
"subject_name": "Object Oriented Programming (Fri) (CSE-5-G1) (KA) ",
"room_no": "A-212",
"slot": "11:00 - 12:40"
},
{
"subject_name": "Fundamentals Of Computing (Fri) (ME-1-G1) ( )",
"room_no": "A-110",
"slot": "1:20 - 2:50"
},
{
"subject_name": "Data Structure and Algorithm (Fri) (CSE-3-G3) ( )",
"room_no": "A-212",
"slot": "1:20 - 2:50"
},
{
"subject_name": "Programming in C (M) (Fri) (MSC) ( )",
"room_no": "A-212",
"slot": "2:50 - 4:20"
}
]
}