━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ リンク集 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
●プログラミング環境が提供するデータ構造とアルゴリズム ・C++ 言語の標準ライブラリ (コンテナライブラリ,アルゴリズムライブラリ) https://cpprefjp.github.io/reference.html#container https://cpprefjp.github.io/reference.html#algorithm ・Java 言語のコレクションフレームワーク (Collections Framework) https://docs.oracle.com/javase/jp/22/docs/api/java.base/java/util/doc-files/coll-reference.html https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/util/doc-files/coll-reference.html ・Python 言語の標準ライブラリ (組み込み型 list, set, dict,データ型 collections) https://docs.python.org/ja/3/library/ ●整列の実演 ・"Sorting Algorithm Animations", Toptal. https://www.toptal.com/developers/sorting-algorithms/ ・"The Sound of Sorting", Timo Bingmann. https://panthema.net/2013/sound-of-sorting/ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 授業のホームページ 山田 俊行 https://www.cs.info.mie-u.ac.jp/~toshi/