-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinfo.json
More file actions
27 lines (27 loc) · 814 Bytes
/
Copy pathinfo.json
File metadata and controls
27 lines (27 loc) · 814 Bytes
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
{
"year": "2020",
"day": "10",
"title": "Adapter Array",
"testCases": {
"one": [
{
"input": "16\n10\n15\n5\n1\n11\n7\n19\n6\n12\n4",
"expected": 35
},
{
"input": "28\n33\n18\n42\n31\n14\n46\n20\n48\n47\n24\n23\n49\n45\n19\n38\n39\n11\n1\n32\n25\n35\n8\n17\n7\n9\n4\n2\n34\n10\n3",
"expected": 220
}
],
"two": [
{
"input": "16\n10\n15\n5\n1\n11\n7\n19\n6\n12\n4",
"expected": 8
},
{
"input": "28\n33\n18\n42\n31\n14\n46\n20\n48\n47\n24\n23\n49\n45\n19\n38\n39\n11\n1\n32\n25\n35\n8\n17\n7\n9\n4\n2\n34\n10\n3",
"expected": 19208
}
]
}
}