Resetting a binary work tape — definitions #
resetBinaryWorkTM first rewinds an arbitrary cursor over canonical binary
contents and then clears the resulting completed string to the standard blank
work tape.
Rewind and clear one canonical binary work tape.
Equations
Instances For
Time bound in terms of the initial head bound and represented bit length.
Equations
- Complexity.TM.resetBinaryWorkTime headBound bitLength = headBound + 2 + 1 + Complexity.TM.clearWorkTimeBound bitLength