Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 959 Bytes

File metadata and controls

16 lines (12 loc) · 959 Bytes

AtCoder-Library

Actions Status ryusuke_h

AtCoder のライブラリを保管しています。

(stores AtCoder-Library.)

Geometry

File Name Algorithm Explanation
RotateLeft.py 90°左回転 2次元リストを90°左に回転させる
RotateReverse.py 180°回転 2次元リストを180°回転させる
RotateRight.py 90°右回転 2次元リストを90°右に回転させる
RotateTranspose.py 転置行列 転置行列を求める
SharedPoint.py 2つの円の共有点 2つの円の共有点の個数を求める