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

https://github.com/onexstack/go-leetcode

高频面试算法题(Go版本)
https://github.com/onexstack/go-leetcode

Last synced: 3 months ago
JSON representation

高频面试算法题(Go版本)

Awesome Lists containing this project

README

          

## Go 版高频算法面试题

- [「云原生AI实战营」](https://www.yuque.com/onex/zsxq/intro)出品,欢迎贡献高频面试算法题!
- 本仓库存放面试过程中高频面试算法题。算法题,最好来自于真实的面试算法题;
- 本仓库目标不是大而全,而是面试过程中遇到题。这些算法题,在准备面试过程中,可以直接看,节省精力。

## 如何贡献?

- 仓库中的算法题需要遵循以下模版:[模版](./template.md);
- 可以执行 `cp template.md leetcode/<算法题名>.md` 然后在 `leetcode/<算法题名>.md` 文件中填写内容;
- 一个示例:[示例](example.md)。

## 仓库操作

- 仓库未来会直接生成带标签的 PDF 文件;
- 未来会按标签生成索引文件 [算法面试题索引](./index.md)

## 参考

以下是 GitHub 上其他 Go 版的仓库:

- [halfrost/LeetCode-Go](https://github.com/halfrost/LeetCode-Go)