-
Notifications
You must be signed in to change notification settings - Fork 1
/
Untitled
86 lines (75 loc) · 1.99 KB
/
Untitled
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
{
"courseData" : [
{
"semester" : 5,
"courses" : [
{
"name" : "Genetic Algorithms & Applications",
"professor" : "Vibhor K Shrotriya",
"weekdays" : [2,1,-1,4,-1],
"code" : "5GAA"
},
{
"name" : "Theory Of Computation",
"professor" : "Sakthi Balan",
"weekdays" : [3,2,-1,-1,1],
"code" : "5TOC"
},
{
"name" : "Macro Economics for Managers",
"professor" : "Surinder Nehra",
"weekdays" : [5,4,1,-1,-1],
"code" : "5MEM"
},
{
"name" : "Introduction to Nano Science & Engineering",
"professor" : "Somnath Biswas",
"weekdays" : [-1,-1,3,2,4],
"code" : "5INSE"
},
{
"name" : "Operating Systems Batch-A",
"professor" : "Subrat & Sunil",
"weekdays" : [4,-1,2,-1,2],
"code" : "5OS"
},
{
"name" : "Operating Systems Batch-B",
"professor" : "Subrat & Sunil",
"weekdays" : [-1,3,-1,1,3],
"code" : "5OS"
},
{
"name" : "Software Engineering Batch-A",
"professor" : "Narsi B",
"weekdays" : [-1,3,-1,1,3],
"code" : "5SWE"
},
{
"name" : "Software Engineering Batch-B",
"professor" : "Narsi B",
"weekdays" : [4,-1,2,-1,2],
"code" : "5SWE"
},
{
"name" : "Micro Processor & Interface",
"professor" : "Tom Cruise",
"weekdays" : [-1,-1,2,1,3],
"code" : "5MICRO"
},
{
"name" : "Digital Signal Processing",
"professor" : "Sylvester Stallone",
"weekdays" : [2,1,-1,4,-1],
"code" : "5DSP"
},
{
"name" : "Digital Communication",
"professor" : "Jennifer Aniston",
"weekdays" : [3,2,-1,-1,1],
"code" : "5DC"
}
]
}
]
}