Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 398 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 398 Bytes

Busy Beaver

Study of the busy beaver problem.

Problem

From wikipedia; the busy beaver problem aims at

finding a terminating program of a given size that produces the most output possible.

We will be looking at a terminating program that runs the maximum number of steps.