https://github.com/linehk/go-problems
go-problems is a repo that contains a variety of exercise answers about Golang.
https://github.com/linehk/go-problems
algorithms datastructures golang leetcode leetcode-golang offer
Last synced: 7 months ago
JSON representation
go-problems is a repo that contains a variety of exercise answers about Golang.
- Host: GitHub
- URL: https://github.com/linehk/go-problems
- Owner: linehk
- License: mit
- Created: 2019-01-09T12:49:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T21:13:36.000Z (over 1 year ago)
- Last Synced: 2024-06-19T19:44:26.171Z (over 1 year ago)
- Topics: algorithms, datastructures, golang, leetcode, leetcode-golang, offer
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
Awesome Lists containing this project
README
# go-problems
[](https://github.com/linehk/go-problems/actions)
[](https://codecov.io/gh/linehk/go-problems)
[](https://goreportcard.com/report/github.com/linehk/go-problems)[English](./README.md "English") | 简体中文
go-problems 是一个包含了各种 Go 语言题目解答的仓库。
## 安装
```bash
git clone https://github.com/linehk/go-problems.git
```## 参与贡献
如果你觉得我的参考答案有什么需要改进的地方,欢迎发起 Pull Request。
如果有重大变化,请先打开一个 Issue,讨论您想要改变的内容。
## 开源许可证
[MIT License](./LICENSE "MIT License")