Skip to content

Instantly share code, notes, and snippets.

@uta8a
Created July 6, 2019 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uta8a/8a85ea1a01ddad29c46738d7988e86b9 to your computer and use it in GitHub Desktop.
Save uta8a/8a85ea1a01ddad29c46738d7988e86b9 to your computer and use it in GitHub Desktop.

20190706 今日の精進

毎日、朝にこのメモを開くことにしてみる

蟻本

 find . -type f -print | xargs grep "<search word>"  
  • https://yukicoder.me/submissions/357587 217 B通した。数学系に見えるけどdfs枝狩りという全探索系。オーバーフローに注意。u64.powだとやばいので、一個ずつ掛けていって超えたら打ち切るという形にする。
  • https://yukicoder.me/submissions/357454 解いた問題はタグつけて分類したい
  • ライブラリに突っ込んだ。いろいろサンプルがあると本番で参照できると思う。

typeracer

  • 30WPMくらいだった。5回やった
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment