notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

TransitiveClosure.md (274B)


      1 # Transitive Closure
      2 
      3 Ch 9.4
      4 
      5 **Definition:** A transitive closure is the closure of a relation under some property such that each element where there is a path from one to another is directly connected.
      6 
      7 This can be thought of as fully connecting any connected components.