Skip to content

Commit

Permalink
Merge pull request #6716 from KATO-Hiro/#6678
Browse files Browse the repository at this point in the history
✨ Add article (#6678)
  • Loading branch information
KATO-Hiro committed Aug 30, 2023
2 parents 2f1b56f + f65478f commit fb318d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/articles/implementation/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ title: Python

- [しゃくとり法のDequeを使ったバグりにくい実装](https://qiita.com/keroru/items/6e0a22e8c9bf2a24dc68) - 添え字のミスが起こりがちな尺取り法について、両端キュー(deque)を利用して実装する方法が紹介されている。

### グラフ理論

- [非再帰Euler TourをPythonでやる](https://qiita.com/Kiri8128/items/2b0023bed9af642c751c) - Euler Tourを再帰関数を使わずに実装する方法が紹介されている。

### 行列の回転

- [【Python】行列の90度右回転、90度左回転、180度回転【AtCoder】](https://qiita.com/rudorufu1981/items/5341d9603ecb1f9c2e5c) - 行列の90度回転、180度回転をシンプルに実装する方法が紹介されている。
Expand Down

0 comments on commit fb318d6

Please sign in to comment.