Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zcong1993/algo-go
Golang Leetcode
https://github.com/zcong1993/algo-go
Last synced: about 23 hours ago
JSON representation
Golang Leetcode
- Host: GitHub
- URL: https://github.com/zcong1993/algo-go
- Owner: zcong1993
- License: mit
- Created: 2020-10-29T18:53:41.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-27T07:51:21.000Z (about 2 years ago)
- Last Synced: 2024-06-20T02:09:07.963Z (5 months ago)
- Language: Go
- Homepage:
- Size: 324 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# algo-go ![Go](https://github.com/zcong1993/algo-go/workflows/Go/badge.svg) [![codecov](https://codecov.io/gh/zcong1993/algo-go/branch/master/graph/badge.svg?token=DS9H37NCAH)](https://codecov.io/gh/zcong1993/algo-go)
Golang Leetcode
### 汇总
[汇总](./toc/all.md)
### 分类
- [栈](toc/stack.md)
- [堆](toc/heap.md)
- [贪心](toc/greedy.md)
- [位运算](toc/bit-manipulation.md)
- [树](toc/tree.md)
- [深度优先搜索](toc/depth-first-search.md)
- [广度优先搜索](toc/breadth-first-search.md)
- [并查集](toc/union-find.md)
- [图](toc/graph.md)
- [设计](toc/design.md)
- [拓扑排序](toc/topological-sort.md)
- [字典树](toc/trie.md)
- [树状数组](toc/binary-indexed-tree.md)
- [线段树](toc/segment-tree.md)
- [二叉搜索树](toc/binary-search-tree.md)
- [递归](toc/recursion.md)
- [脑筋急转弯](toc/brainteaser.md)
- [记忆化搜索](toc/memoization.md)
- [队列](toc/queue.md)
- [极小化极大](toc/minimax.md)
- [水塘抽样](toc/reservoir-sampling.md)
- [几何](toc/geometry.md)
- [Map](toc/map.md)
- [数组](toc/array.md)
- [哈希表](toc/hash-table.md)
- [链表](toc/linked-list.md)
- [数学](toc/math.md)
- [双指针](toc/two-pointers.md)
- [字符串](toc/string.md)
- [二分查找](toc/binary-search.md)
- [分治](toc/divide-and-conquer.md)
- [动态规划](toc/dynamic-programming.md)
- [回溯](toc/backtracking.md)
- [二叉树](toc/binary-tree.md)
- [状态压缩](toc/bitmask.md)
- [桶排序](toc/bucket-sort.md)
- [组合数学](toc/combinatorics.md)
- [多线程](toc/concurrency.md)
- [计数](toc/counting.md)
- [计数排序](toc/counting-sort.md)
- [数据流](toc/data-stream.md)
- [数据库](toc/database.md)
- [双向链表](toc/doubly-linked-list.md)
- [枚举](toc/enumeration.md)
- [博弈](toc/game-theory.md)
- [交互](toc/interactive.md)
- [迭代器](toc/iterator.md)
- [矩阵](toc/matrix.md)
- [最小生成树](toc/minimum-spanning-tree.md)
- [数论](toc/number-theory.md)
- [OOP](toc/oop.md)
- [有序集合](toc/ordered-set.md)
- [前缀和](toc/prefix-sum.md)
- [快速选择](toc/quickselect.md)
- [基数排序](toc/radix-sort.md)
- [Shell](toc/shell.md)
- [最短路](toc/shortest-path.md)
- [排序](toc/sorting.md)
- [字符串匹配](toc/string-matching.md)
- [后缀数组](toc/suffix-array.md)
- [Random](toc/random.md)
- [拒绝采样](toc/rejection-sampling.md)
- [滑动窗口](toc/sliding-window.md)
- [Ordered Map](toc/ordered-map.md)
- [扫描线](toc/line-sweep.md)
- [单调队列](toc/monotonic-queue.md)
- [单调栈](toc/monotonic-stack.md)
- [模拟](toc/simulation.md)
- [双连通分量](toc/biconnected-component.md)
- [Dequeue](toc/dequeue.md)
- [欧拉回路](toc/eulerian-circuit.md)
- [哈希函数](toc/hash-function.md)
- [堆(优先队列)](toc/heap-priority-queue.md)
- [Meet in the Middle](toc/meet-in-the-middle.md)
- [归并排序](toc/merge-sort.md)
- [概率与统计](toc/probability-and-statistics.md)
- [随机化](toc/randomized.md)
- [滚动哈希](toc/rolling-hash.md)
- [强连通分量](toc/strongly-connected-component.md)## License
MIT © zcong1993