graph-algorithms
SolidProblem-solving strategies for graph algorithms in graph number theory
Install
Quality Score: 89/100
Skill Content
Details
- Author
- vibeeval
- Repository
- vibeeval/vibecosystem
- Created
- 2 months ago
- Last Updated
- 1 months ago
- Language
- C#
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
graph-algorithms
Problem-solving strategies for graph algorithms in graph number theory
graph-algorithms
Reference patterns for graph algorithm problems including BFS, DFS, Dijkstra, topological sort, union-find, MST, Bellman-Ford, and bipartite checking. Provides recognition signals, Python templates, edge cases, and common mistakes for each technique. Use when solving problems involving graphs, trees, shortest paths, connectivity, or dependency ordering.
graph-algorithm-library
Comprehensive graph algorithms implementation
graph-algorithm-selector
Select optimal graph algorithm based on problem constraints
network-optimizer
Network optimization skill for transportation, assignment, and flow problems on graph structures.