agentsclimarketplace

Graph algorithm library

Skill a5c-ai/babysitter/library/specializations/domains/science/mathematics/skills/graph-algorithm-library

Comprehensive graph algorithms implementationFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill graph-algorithm-library

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.2 KB, 145 tokens by cl100k_base, as published. Nobody here has run it

Graph Algorithm Library

Purpose

Provides comprehensive graph algorithms for combinatorial analysis and network computations.

Capabilities

  • Shortest path algorithms (Dijkstra, Bellman-Ford, Floyd-Warshall)
  • Network flow algorithms
  • Matching algorithms
  • Graph coloring
  • Planarity testing
  • Graph isomorphism

Usage Guidelines

  1. Representation: Choose appropriate graph representation
  2. Algorithm Selection: Match algorithm to problem structure
  3. Complexity Analysis: Consider time/space tradeoffs
  4. Sparse Graphs: Use specialized algorithms for sparse graphs

Tools/Libraries

  • NetworkX
  • igraph
  • LEMON
  • Boost Graph Library

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.