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

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.

Awesome Lists containing this project

README

          

# go-problems

[![build](https://github.com/linehk/go-problems/actions/workflows/build.yml/badge.svg "build")](https://github.com/linehk/go-problems/actions)
[![codecov](https://codecov.io/gh/linehk/go-problems/graph/badge.svg "codecov")](https://codecov.io/gh/linehk/go-problems)
[![go report](https://goreportcard.com/badge/github.com/linehk/go-problems "go report")](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")