-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmit.json
More file actions
34 lines (34 loc) · 1.23 KB
/
mit.json
File metadata and controls
34 lines (34 loc) · 1.23 KB
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
{
"data": [
{ "id": 0, "title": "Calculus", "x": 1400, "y": 300 },
{ "id": 1, "title": "Linear Algebra", "x": 1700, "y": 500 },
{ "id": 2, "title": "Probability", "x": 1400, "y": 500 },
{ "id": 3, "title": "Physics", "x": 1100, "y": 500 },
{ "id": 4, "title": "Machine Learning", "x": 1400, "y": 700 },
{ "id": 5, "title": "Mathematics for CS", "x": 200, "y": 300 },
{ "id": 6, "title": "Intro to CS using Python", "x": 500, "y": 300 },
{ "id": 7, "title": "Introduction to Algorithms", "x": 200, "y": 500 },
{ "id": 8, "title": "Programming Abstractions C++", "x": 500, "y": 500 },
{ "id": 9, "title": "Systems & Networking", "x": 800, "y": 500 },
{ "id": 10, "title": "Computation Structures", "x": 800, "y": 700 },
{ "id": 11, "title": "Design & Analysis of Algorithms", "x": 200, "y": 700 },
{ "id": 12, "title": "Programming Paradigms", "x": 500, "y": 700 },
{ "id": 13, "title": "Intro to EECS", "x": 1100, "y": 300 }
],
"paths": [
["n0", "n1"],
["n0", "n2"],
["n0", "n3"],
["n5", "n7"],
["n6", "n7"],
["n6", "n8"],
["n6", "n9"],
["n2", "n4"],
["n1", "n4"],
["n9", "n10"],
["n3", "n10"],
["n8", "n12"],
["n7", "n11"],
["n13", "n3"]
]
}