@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/graph-bfs-dfs>
  a schema:TechArticle ;
  schema:headline "Graph & BFS/DFS" ;
  schema:url <https://anchorfact.org/computer-science/graph-bfs-dfs/> ;
  af:status "public" ;
  af:confidence "low" ;
  af:confidenceScore "0.83" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/graph-bfs-dfs>
  schema:citation <https://cp-algorithms.com/graph/breadth-first-search.html> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/graph-bfs-dfs>
  schema:citation <https://cp-algorithms.com/graph/depth-first-search.html> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/graph-bfs-dfs>
  schema:citation <https://networkx.org/documentation/stable/reference/algorithms/traversal.html> ;
  af:sourceTier "A" .