Skip to content

Latest commit

 

History

History

String

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

AtCoder-Library

Actions Status ryusuke_h

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

(stores AtCoder-Library.)

String

File Name Algorithm Explanation
BoyerMoore.py ボイヤー・ムーア法 O(|S|)で探索文字列を探します
CoordinateCompression.py 座標圧縮 配列の数値を昇順に順位付けする
RunLengthEncoding.py ランレングス(文字列)圧縮 2種類くらいのランダム文字列を何の文字が何連続で出てきたかを出力してくれる