Skip to content

Commit

Permalink
dfs + lca + segment tree!
Browse files Browse the repository at this point in the history
  • Loading branch information
the-tourist committed Oct 16, 2017
1 parent 3ab8b5c commit 73e9cc4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Binary file added data/segtree.cpp
Binary file not shown.
Binary file added graph/dfs.cpp
Binary file not shown.
Binary file added graph/hld.cpp
Binary file not shown.
Binary file added graph/lca.cpp
Binary file not shown.
8 changes: 5 additions & 3 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
2) cutpoints
3) bicone
4) biconv
5) dfs!
+ 5) dfs
6) chinese algo
7) lca
+ 7) lca
8) hld (test hld on CF Round 434 E)
9) mcmf
+ 10) maximum matching
Expand Down Expand Up @@ -59,7 +59,9 @@
58) fix bugs in plugin :( [sometimes prints trash at the end]
59) linear sieve
60) persistent segment tree
+ 61) fast flow (preflow push? see https://pastebin.com/exQM152L)
+ 61) fast flow (preflow push?)
62) fast input
63) fast output

probably not to do, but still fun:
1) quadratic sieve

0 comments on commit 73e9cc4

Please sign in to comment.