Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 405 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 405 Bytes

HaltingProblem

Programming style proof of The Halting Problem

This is an attempt at creating a proof to illustrate Alan Turing's work on determining that The Halting Problem is undecidable. The syntax for the proof is JS, but it could be done in any programming language that supports functions.

Here's some information on what the Halting Problem is.