Skip to content

Commit 883e964

Browse files
author
hieu
committed
Update Readme contest
1 parent 90e03ff commit 883e964

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/contest/ReadMe.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ public class ReadMe {
44

55
// TOPICS [v] [v] [v] [v] [x]
66

7-
// tree: 1339[v] 1325[v] 1379[v] 1372[v] 1305
7+
// tree: 1339[v] 1325[v] 1379[v] 1372[v] 1305[v]
88
// graph: 997[v] 1361[v] 1043[v] 1387[~] 1203
9-
// dfs: 1319[v] 1254[v] 1377[v] 1145[x] 1391
9+
// dfs: 1319[v] 1254[v] 1377[v] 1145[x] 1391[!]
1010
// bfs: 1345[v] 1368[!] 1311[v] 1293[x] 1298
11-
// backtrack: 1307[!] 1239[v] 1219[v] 1291[~] 1286
12-
// dp: 1349[!] 1340[v] 1367[v] 1388[!] 1406
13-
// divide & conquer: 932[!] 514 903[v] 327[x] 315
11+
// backtrack: 1307[!] 1239[v] 1219[v] 1291[~] 1286[v]
12+
// dp: 1349[!] 1340[v] 1367[v] 1388[!] 1406[!]
13+
// divide & conquer: 932[!] 514 903[v] 327[x] 315[!]
1414
// greedy: 1354[!] 1353[x] 1338[v] 1383[!] 1403
1515
// stack: 1190[!] 975[x] 1381[v] 901[v] 946
1616
// binary search: 1351[v] 1337[v] 1292[!] 1235[!] 1237
1717
// 2 pointers: 1248[*] 1234[v] 986[v] 826[x] 977
18-
// sliding window: 1208[v] 1040[!] 995[!] 567[v] 978
18+
// sliding window: 1208[v] 1040[!] 995[!] 567[v] 978[v]
1919
// linked-list: 1290[v] 1019[!] 876[v] 445[v] 725
20-
// union-find: 1202[v] 924[v] 947[!] 952[~] 839
20+
// union-find: 1202[v] 924[v] 947[!] 952[~] 839[v]
2121
// heap: 1054[!] 882[!] 864[x] 215[~] 407
2222
// design: 1352[x] 1348[x] 705[v] 1206[x] 432
23-
// bit manipulation: 1356[v] 1342[v] 1318[v] 1310[v] 371
24-
// other: 913[x] 1288[v] 843[x!] 1032[v] 850
23+
// bit manipulation: 1356[v] 1342[v] 1318[v] 1310[v] 371[v]
24+
// other: 913[x] 1288[v] 843[x!] 1032[v] 850[x]
2525

2626

2727
// ~: vague

0 commit comments

Comments
 (0)