🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "dag"

Found 2 matching component(s)

  • function sort_topologically

    Performs stackless topological sorting on a directed acyclic graph (DAG), organizing nodes into levels based on their dependencies.

    File: /tf/active/vicechatdev/patches/util.py

    topological-sort graph-algorithms dependency-resolution dag directed-acyclic-graph
  • function is_cyclic

    Detects whether a directed graph contains a cycle using depth-first search with path tracking.

    File: /tf/active/vicechatdev/patches/util.py

    graph-algorithms cycle-detection directed-graph depth-first-search dfs

Search Examples