We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447cd0f commit 6ffd8bdCopy full SHA for 6ffd8bd
src/contest/ReadMe.java
@@ -9,11 +9,11 @@ public class ReadMe {
9
// dfs: 1319[v] 1254[v] 1377[v]
10
// bfs: 1345[v] 1368[!] 1311
11
// backtrack: 1307[!] 1239[v] 1219[v]
12
- // dp: 1349[!] 1340[v] 1367
13
- // divide & conquer: 932[!] 514 903
14
- // greedy: 1354[!] 1353[x] 1338
15
- // stack: 1190[!] 975[x] 1381
16
- // binary search: 1351[v] 1337[v] 1292
+ // dp: 1349[!] 1340[v] 1367[v]
+ // divide & conquer: 932[!] 514 903[v]
+ // greedy: 1354[!] 1353[x] 1338[v]
+ // stack: 1190[!] 975[x] 1381[v]
+ // binary search: 1351[v] 1337[v] 1292[!]
17
// 2 pointers: 1248[*] 1234[v] 986
18
// sliding window: 1208[v] 1040[!] 995
19
// linked-list: 1290[v] 1019[!] 876
0 commit comments