Skip to content

Commit

Permalink
Merge pull request #6315 from KATO-Hiro/#6312
Browse files Browse the repository at this point in the history
✨ Add article (#6312)
  • Loading branch information
KATO-Hiro committed Jul 5, 2023
2 parents 0ef510d + fece913 commit bd89b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/articles/implementation.md
Expand Up @@ -27,6 +27,7 @@ title: 実装テクニックを学ぶ

### 文法・言語仕様

- [AtCoder ABC308-Cの実数演算誤差に負けない複数のC++, Rust実装例](https://qiita.com/hossie/items/329adf98680ef1816ede) - コンテストで出題された問題を題材に、浮動小数点の誤差評価問題について複数の実装例(C++とRust)が紹介されている記事。
- [Python と C++ の文法の比較](https://qiita.com/toriidao/items/6ffee7f40cc2e47c3e22) - PythonとC++における入出力・基本的な文法が比較できるようにまとめられている記事。
- [パソコン詳しくない系競プロ勢向け正規表現](https://snuke.hatenablog.com/entry/2017/12/27/191600) - 正規表現の基本的な説明とメリットが解説されている記事。また、競技プログラミングにおける使用例として、文字列を扱う問題(C++)やコンテストに出題する問題の入力チェック(Python)が紹介されている。
- [浮動小数点数オタクが AtCoder Beginner Contest 169 のC問題をガチで解説してみる](https://qiita.com/mod_poppo/items/910b5fb9303baf864bf7) - 浮動小数点数に関する計算精度・誤差に関する解説記事。コンテストで実際に出題された問題を題材に、各種言語による実装例と実行結果が記載されている。
Expand Down

0 comments on commit bd89b95

Please sign in to comment.