An open API service indexing awesome lists of open source software.

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によるアルゴリズムとデータ構造

Awesome Lists containing this project

README

          

# Goによるアルゴリズムとデータ構造

![](https://img.shields.io/github/go-mod/go-version/tomtkg/Algorithms-and-Data-Structures-in-Go)
![](https://img.shields.io/github/languages/top/tomtkg/Algorithms-and-Data-Structures-in-Go)
[![Go](https://github.com/tomtkg/Algorithms-and-Data-Structures-in-Go/actions/workflows/go.yml/badge.svg)](https://github.com/tomtkg/Algorithms-and-Data-Structures-in-Go/actions/workflows/go.yml)

![](https://img.shields.io/github/languages/code-size/tomtkg/Algorithms-and-Data-Structures-in-Go)
![](https://img.shields.io/github/last-commit/tomtkg/Algorithms-and-Data-Structures-in-Go)

以下の教科書の自習リポジトリです.プログラムは全て**Go**で実装します.

松原 雅文, 山田 敬三: **Cによるアルゴリズムとデータ構造**, 森北出版, 2021.

[![](081871cvr.jpg)](https://www.morikita.co.jp/books/mid/081871)

第01章 アルゴリズムとデータ構造
第02章 代表的なソート
第03章 比較によらないソート
第04章 クイックソート
第05章 スタックとキュー
第06章 グラフ探索
第07章 最短経路問題
第08章 二分探索木
第09章 線形連結リスト
第10章 循環・重連結リスト
第11章 線形探索,二分探索
第12章 ハッシュ法
第13章 文字列照合
第14章 ヒープ
第15章 ファイルのソート