https://github.com/onexstack/go-leetcode
高频面试算法题(Go版本)
https://github.com/onexstack/go-leetcode
Last synced: 3 months ago
JSON representation
高频面试算法题(Go版本)
- Host: GitHub
- URL: https://github.com/onexstack/go-leetcode
- Owner: onexstack
- Created: 2025-07-03T16:28:50.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-07-03T16:42:28.000Z (10 months ago)
- Last Synced: 2025-07-22T17:52:19.745Z (9 months ago)
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)