-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathberkeley-cs.xml
executable file
·124 lines (124 loc) · 3.51 KB
/
berkeley-cs.xml
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
120
121
122
123
124
<?xml version='1.0' encoding='UTF-8'?>
<!--Totally not accurate, shamelessly and partially copied off of hkn's course guide graph.-->
<prereqs version="1.0">
<course id="CS 61A" division="lower" version="1">
<tag k="professor" v="Hilfinger"/>
<tag k="Fun level" v="low"/>
</course>
<course id="CS 61B" division="lower" version="1">
<tag k="professor" v="Hug"/>
<tag k="Fun level" v="extreme"/>
<tag k="Pain" v="0"/>
<tag k="No" v="Limit"/>
</course>
<course id="CS 61C" division="lower" version="1">
<tag k="Pain" v="Integer Overflow"/>
</course>
<course id="CS 70" division="lower" version="1">
<tag k="Pain" v="Inductive and probably painful."/>
</course>
<course id="CS 188" division="upper" version="1"/>
<course id="CS 184" division="upper" version="1"/>
<course id="CS 186" division="upper" version="1"/>
<course id="CS 189" division="upper" version="1"/>
<course id="CS 162" division="upper" version="1"/>
<course id="CS 160" division="upper" version="1"/>
<course id="CS 168" division="upper" version="1"/>
<course id="CS 164" division="upper" version="1"/>
<course id="CS 169" division="upper" version="1"/>
<course id="CS 161" division="upper" version="1"/>
<course id="CS 170" division="upper" version="1"/>
<course id="CS 176" division="upper" version="1"/>
<course id="CS 172" division="upper" version="1"/>
<course id="CS 174" division="upper" version="1"/>
<course id="CS 191" division="upper" version="1"/>
<course id="CS 152" division="upper" version="1"/>
<req version="1">
<from ref="CS 61A"/>
<to ref="CS 61B"/>
</req>
<req version="1">
<from ref="CS 61A"/>
<to ref="CS 61C"/>
</req>
<req version="1">
<from ref="CS 61B"/>
<to ref="CS 61C"/>
</req>
<req version="1">
<from ref="CS 61B"/>
<to ref="CS 184"/>
</req>
<req version="1">
<from ref="CS 61B"/>
<to ref="CS 186"/>
</req>
<req version="1">
<from ref="CS 61B"/>
<to ref="CS 188"/>
</req>
<req version="1">
<from ref="CS 61B"/>
<to ref="CS 160"/>
</req>
<req version="1">
<from ref="CS 61B"/>
<to ref="CS 162"/>
</req>
<req version="1">
<from ref="CS 61B"/>
<to ref="CS 164"/>
</req>
<req version="1">
<from ref="CS 61B"/>
<to ref="CS 169"/>
</req>
<req version="1">
<from ref="CS 61B"/>
<to ref="CS 170"/>
</req>
<req version="1">
<from ref="CS 61C"/>
<to ref="CS 161"/>
</req>
<req version="1">
<from ref="CS 61C"/>
<to ref="CS 162"/>
</req>
<req version="1">
<from ref="CS 61C"/>
<to ref="CS 164"/>
</req>
<req version="1">
<from ref="CS 61C"/>
<to ref="CS 169"/>
</req>
<req version="1">
<from ref="CS 61C"/>
<to ref="CS 186"/>
</req>
<req version="1">
<from ref="CS 61C"/>
<to ref="CS 152"/>
</req>
<req version="1">
<from ref="CS 70"/>
<to ref="CS 188"/>
</req>
<req version="1">
<from ref="CS 70"/>
<to ref="CS 161"/>
</req>
<req version="1">
<from ref="CS 70"/>
<to ref="CS 169"/>
</req>
<req version="1">
<from ref="CS 70"/>
<to ref="CS 162"/>
</req>
<req version="1">
<from ref="CS 70"/>
<to ref="CS 170"/>
</req>
</prereqs>