https://github.com/tomtkg/algorithms-and-data-structures-in-go
Goによるアルゴリズムとデータ構造
https://github.com/tomtkg/algorithms-and-data-structures-in-go
algorithms-and-data-structures golang
Last synced: 8 months ago
JSON representation
Goによるアルゴリズムとデータ構造
- Host: GitHub
- URL: https://github.com/tomtkg/algorithms-and-data-structures-in-go
- Owner: tomtkg
- License: mit
- Created: 2022-03-07T02:14:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T22:58:34.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T16:28:19.069Z (over 2 years ago)
- Topics: algorithms-and-data-structures, golang
- Language: Go
- Homepage:
- Size: 107 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goによるアルゴリズムとデータ構造


[](https://github.com/tomtkg/Algorithms-and-Data-Structures-in-Go/actions/workflows/go.yml)
以下の教科書の自習リポジトリです.プログラムは全て**Go**で実装します.
松原 雅文, 山田 敬三: **Cによるアルゴリズムとデータ構造**, 森北出版, 2021.
[](https://www.morikita.co.jp/books/mid/081871)
第01章 アルゴリズムとデータ構造
第02章 代表的なソート
第03章 比較によらないソート
第04章 クイックソート
第05章 スタックとキュー
第06章 グラフ探索
第07章 最短経路問題
第08章 二分探索木
第09章 線形連結リスト
第10章 循環・重連結リスト
第11章 線形探索,二分探索
第12章 ハッシュ法
第13章 文字列照合
第14章 ヒープ
第15章 ファイルのソート