notes

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

Tractable.md (178B)


      1 # Tractable
      2 
      3 U 2.3 
      4 
      5 **Definition:** A tractable problem is a problem that can be solved in polynomial time (reasonable amount of time).
      6 
      7 See also [Intractable](Intractable.md).