Skip to content

Commit

Permalink
miller-rabin test
Browse files Browse the repository at this point in the history
  • Loading branch information
the-tourist committed Oct 3, 2017
1 parent 7b60b1c commit d98f7b0
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
Binary file modified numeric/extgcd.cpp
Binary file not shown.
Binary file modified numeric/factorize.cpp
Binary file not shown.
Binary file added numeric/prime-int.cpp
Binary file not shown.
Binary file added numeric/prime-signed.cpp
Binary file not shown.
Binary file added numeric/prime.cpp
Binary file not shown.
Binary file modified numeric/primitive.cpp
Binary file not shown.
10 changes: 7 additions & 3 deletions todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
5) dfs!
6) chinese algo
7) lca
8) hld? (test hld on CF Round 434 E)
8) hld (test hld on CF Round 434 E)
9) mcmf
10) maximum matching
11) hungarian algorithm
Expand All @@ -27,7 +27,7 @@
+ 26) multiply long longs modulo long long
27) simplex method
+ 28) extended euclid
29) CRT
+ 29) CRT
30) discrete logarithm
31) discrete root
32) matrix determinant
Expand All @@ -37,7 +37,7 @@
36) bigint
37) wavelet trees
38) polynomial interpolation
39) polynomial division
39) polynomial division (memsql cup 3.0 r2 G)
40) inverse polynomial
41) flow decomposition
42) eertree
Expand All @@ -50,3 +50,7 @@
49) dynamic connectivity online
50) eprintf
51) pollard rho
52) CRT garner
53) primitive root
+ 54) miller-rabin test
55) global min-cut

0 comments on commit d98f7b0

Please sign in to comment.