Dang_Quan_10_Tin

Template

Nov 8th, 2020 (edited)
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.00 KB | None | 0 0
  1. Dinic (Flow) : https://pastebin.com/u4z4TtdL || https://pastebin.com/pzkGat0N
  2. FIFOPushFlow: https://pastebin.com/qQi69ivP
  3. Hopcroft - Karp (Maximum Matching) : https://pastebin.com/ZTmN3NQT
  4. Hugarian (Maximum Matching - Mincost) : https://pastebin.com/aMRmtF24
  5. Centroid: https://pastebin.com/RPdbNkVB
  6. Convex Hull Trick: https://pastebin.com/ghWNPYps
  7. Convex Hull Trick (Don't need order of A): https://pastebin.com/ATksxWYV
  8. Splay tree: https://pastebin.com/a7NuAeaC
  9. Bignum: https://pastebin.com/XtzfLj1h || Bignum (fft - Sai số): https://pastebin.com/t41gRPUs || Bignum(Bản dùng Vector): https://pastebin.com/tvmKwAQA
  10. Rabin - Miller: https://pastebin.com/6zF4gxds
  11. Dynamic Convex Hull Trick (Min): https://pastebin.com/3ZzacNwz
  12. TWOSAT: https://pastebin.com/4ftAy8Lr
  13. Palindrome Tree: https://pastebin.com/qTsd54yB
  14. Chinese Remain Theory: https://pastebin.com/99azkg0C
  15. Sufix Array: https://pastebin.com/KSXTKWj1
  16. Max Flow Min Cost: https://pastebin.com/eRdsPVVL
  17. FFT (Mod 998244353): https://pastebin.com/JyxX9EHY
Add Comment
Please, Sign In to add comment