Skip to content

Commit

Permalink
Merge pull request #4553 from KATO-Hiro/#4500
Browse files Browse the repository at this point in the history
✨ Add article (#4500)
  • Loading branch information
KATO-Hiro committed Sep 4, 2022
2 parents 0a5d62c + 2e3bd1e commit 729068c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/articles/implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@ title: 実装テクニックを学ぶ

## Ruby

### 文法・言語仕様

- [Ruby で競技プログラミング (AtCoder) をやっているときあるある](https://zenn.dev/noraworld/articles/competitive-programming-ruby) - 競技プログラミングと業務での書き方の違いや便利メソッドの思わぬ落とし穴について紹介されている記事。

### 定数倍高速化

- [本番で使えるRubyの定数倍高速化手法【競技プログラミング Atcoder】](https://kona0001.hatenablog.com/entry/2021/06/07/170343) - Rubyにおける定数倍高速化の手法をまとめた記事。
Expand Down

0 comments on commit 729068c

Please sign in to comment.