Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
No need to feel that way. Had to glance at the description for a sec to remind myself. You're good :)
Indeed. Thanks. Definitely one of my less bright moments...
One subarray represents the command to execute if the bit at the current position of the head is a 0 and the other subarray represents command to execute if the bit at the current position of the head is a 1.
I don't understand your list of 1-state TMs. They include TMs that have two different commands for state A and reading symbol A, such as this one:
const states = { "A": [
[0, L, "A"],
[0, R, "A"],
]};
So, are we talking about indeterministic Turing machines here? If so, does this mean that all subsets of possible pairs of movement direction and new state are admissible as the command for one state-symbol-pair?
Done!
Sweet, TY!
I have the privilege to do that. I asked mods on discord if it's good to go.
Awesome. Hope someone can approve and pull it out of beta soon!
yep
I don't think it is a "deal breaker" necessarily for getting approved, but lets see if monadius responds. If not maybe I'll have a look into the tests?
Oof.
Even if monadius has abandoned his ideas, I think that the inconsistency of the tests is still somewhat problematic. I just ran my old solution 5 times in a row. got ~2s once, ~3s twice, ~5s once and once timed out completely. Other solutions also seem to show inconsistent times.
Any chance we can mark this as resolved in the near future?
I mentioned it at the bottom. Does that seem OK?
Thx, updated this.
Loading more items...