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 (#4834) #4836

Merged
merged 2 commits into from Oct 26, 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
5 changes: 5 additions & 0 deletions docs/articles/implementation.md
Expand Up @@ -184,6 +184,11 @@ title: 実装テクニックを学ぶ

### 文法・言語仕様

- [Ruby競プロTips(基本・罠・高速化108 2.7x2.7)](https://zenn.dev/universato/articles/20201210-z-ruby) - 基本的な入出力や文法、実装する上で気をつけるべき点、高速化の方法などについて体系的にまとめられている記事。

!!! info "参考"
超大作の記事であるため、必要に応じて該当する部分を参照するとよいと思われる。

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

### 定数倍高速化
Expand Down