MillionaireChen / go-algorithms

数据结构和算法的 Go 语言实现

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-algorithms

Build Status codecov Go Report Card

English | 简体中文

go-algorithms 是一个保存了 Go 语言实现的数据结构和算法的仓库。

这个仓库未遵循 Go 语言的最佳实践规范,只是为了学习数据结构和算法。

安装

git clone https://github.com/linehk/go-algorithms.git

参与贡献

如果你觉得我的实现有什么需要改进的地方,欢迎发起 Pull Request。

如果有重大变化,请先打开一个 Issue,讨论您想要改变的内容。

开源许可证

BSD 3-Clause License

About

数据结构和算法的 Go 语言实现

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%