Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add article (#4500) #4553

Merged
merged 1 commit into from
Sep 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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