Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oToToT committed Sep 29, 2023
1 parent 4b4f86d commit 32d5989
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/Basic/vimrc.md
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
7 changes: 7 additions & 0 deletions docs/Data_Structure/LinearBasis.cpp.md
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)
7 changes: 7 additions & 0 deletions docs/Geometry/FarthestPair.cpp.md
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)
7 changes: 7 additions & 0 deletions docs/Graph/2SAT.cpp.md
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/)
9 changes: 9 additions & 0 deletions docs/Matching_and_Flow/DijkstraCostFlow.cpp.md
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)
7 changes: 7 additions & 0 deletions docs/Math/ModMin.cpp.md
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)
7 changes: 7 additions & 0 deletions docs/Misc/BinarySearchOnFraction.cpp.md
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)
9 changes: 9 additions & 0 deletions docs/String/Suffix_Array.cpp.md
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)

0 comments on commit 32d5989

Please sign in to comment.