-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.json
62 lines (62 loc) · 1.09 KB
/
courses.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
[
{
"id": 12345,
"name": "Discrete Math",
"length": 3,
"subject": "Math"
},
{
"id": 24355,
"name": "Calculus",
"length": 3,
"subject": "Math"
},
{
"id": 78777,
"name": "Requirements Engineering",
"length": 4,
"subject": "CS"
},
{
"id": 39233,
"name": "Security",
"length": 3,
"subject": "CS"
},
{
"id": 88333,
"name": "Java",
"length": 3,
"subject": "CS"
},
{
"id": 99999,
"name": "Physics",
"length": 4,
"subject": "Science"
},
{
"id": 11111,
"name": "Algebra",
"length": 5,
"subject": "Math"
},
{
"id": 22222,
"name": "Statistics",
"length": 4,
"subject": "CS"
},
{
"id": 33333,
"name": "Object Oriented Design",
"length": 3,
"subject": "CS"
},
{
"id": 44444,
"name": "Spanish",
"length": 2,
"subject": "Language"
}
]