-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearning-path.json
More file actions
111 lines (111 loc) · 2.63 KB
/
Copy pathlearning-path.json
File metadata and controls
111 lines (111 loc) · 2.63 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
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
{
"schema": "wasm-oj-learning-path-v1",
"localization": {
"defaultLocale": "zh-TW",
"supportedLocales": [
"zh-TW",
"en"
]
},
"tracks": [
{
"id": "foundations",
"title": {
"zh-TW": "入門基礎",
"en": "Foundations"
},
"problems": [
"progressive-cost-budget",
"verdict-range-counts",
"first-duplicate-test",
"recent-submission-reuse",
"slowest-k-cases"
]
},
{
"id": "resource-limits",
"title": {
"zh-TW": "計量與資源限制",
"en": "Metering & Resource Limits"
},
"problems": [
"weighted-opcode-scale",
"baseline-calibration",
"memory-gate",
"shared-output-pool",
"transactional-vfs-quota",
"sparse-file-quota",
"storage-evacuation"
]
},
{
"id": "filesystem-packaging",
"title": {
"zh-TW": "檔案系統與封裝",
"en": "Filesystems & Packaging"
},
"problems": [
"guest-path-firewall",
"mounted-directory-baseline",
"mount-tree-conflicts",
"bounded-tar-stream",
"all-or-nothing-output-collection",
"build-fingerprint",
"runtime-bundle-encoding",
"source-tree-evidence",
"canonical-replay-bundle"
]
},
{
"id": "build-scheduling-cache",
"title": {
"zh-TW": "編譯、排程與快取",
"en": "Build, Scheduling & Caching"
},
"problems": [
"reproducible-build-order",
"dirty-build-nodes",
"compile-critical-path",
"worker-generations",
"compiler-race",
"submission-conveyor",
"offline-dependency-bundle",
"exact-dependency-cache",
"graph-blob-lru",
"judge-ledger",
"seven-matchers",
"bidirectional-pipes",
"logical-poll-clock",
"chunk-independent-random",
"cross-host-matrix"
]
},
{
"id": "graph-algorithms",
"title": {
"zh-TW": "圖論演算法",
"en": "Graph Algorithms"
},
"problems": [
"toolchain-mirror-network",
"wait-for-cycles",
"conflict-package-cover",
"capability-cut"
]
},
{
"id": "knapsack-selection",
"title": {
"zh-TW": "背包與集合最佳化",
"en": "Knapsack & Selection"
},
"problems": [
"artifact-cache-knapsack",
"calibration-multiple-choice-knapsack",
"dependency-tree-knapsack",
"dual-quota-output-knapsack",
"conformance-feature-coverage"
]
}
]
}