notes

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

Unsolvable.md (188B)


      1 # Unsolvable
      2 
      3 U 2.3
      4 
      5 **Definition:** Unsolvable problems are problems that can't be solved in even exponential time.
      6 
      7 A well known example of an unsolvable problem is the halting problem.