My library for competitive programming by golang.
- Go 1.17 or 1.22
.vecode/*.code-snippets
is the snippet files for VSCode.
You can copy these files to your workspace and use.
- Stack
- Stack (Go 1.17)
- Queue
- Queue (Go 1.17)
- Deque
- Deque (Go 1.17)
- BinaryHeap
- BinaryHeap (Go 1.17)
- UnionFind
- BellmanFord
- Dijkstra