forked from oToToT/kiseki
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# vimrc | ||
|
||
## Description | ||
|
||
Just a vimrc | ||
|
||
## Test Status | ||
|
||
It works in our vim |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Linear Basis | ||
|
||
## Description | ||
|
||
## Test Status | ||
|
||
Tested on [ABC223 H](https://atcoder.jp/contests/abc223/submissions/35070056) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Farthest Pair | ||
|
||
## Description | ||
|
||
## Test Status | ||
|
||
Tested on [AOJ CGL_4_B](https://judge.u-aizu.ac.jp/onlinejudge/review.jsp?rid=8156079) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# 2-SAT | ||
|
||
## Description | ||
|
||
## Test Status | ||
|
||
Tested on [CSES 1684](https://cses.fi/problemset/task/1684/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Minimum Cost Maximum Flow with Dijkstra | ||
|
||
## Description | ||
|
||
Successive Shortest Path Algorithm using Dijkstra's algorithm. | ||
|
||
## Test Status | ||
|
||
Tested on [ARC122 F](https://atcoder.jp/contests/arc122/submissions/44122501) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Modular Min | ||
|
||
## Description | ||
|
||
## Test Status | ||
|
||
Tested on [SEERC'20 G](https://codeforces.com/gym/102411/submission/212888594) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Binary Search on Fraction | ||
|
||
## Description | ||
|
||
## Test Status | ||
|
||
Copied from [NaCl](https://github.com/ToxicPie/NaCl/blob/wf2021/nacl/math/number-theory/frac-bs.hpp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Suffix Array | ||
|
||
## Description | ||
|
||
SA-IS algorithm | ||
|
||
## Test Status | ||
|
||
Tested on [Library Checker](https://judge.yosupo.jp/submission/69586) |