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

<https://anchorfact.org/kb/computer-science/binary-search-tree>
  a schema:TechArticle ;
  schema:headline "Binary Search Tree" ;
  schema:url <https://anchorfact.org/computer-science/binary-search-tree/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.83" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/binary-search-tree>
  schema:citation <https://xlinux.nist.gov/dads/HTML/binarySearchTree.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/binary-search-tree>
  schema:citation <https://algs4.cs.princeton.edu/32bst/> ;
  af:sourceTier "A" .

<https://anchorfact.org/kb/computer-science/binary-search-tree>
  schema:citation <https://algs4.cs.princeton.edu/33balanced/> ;
  af:sourceTier "A" .