Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.66 to think in slowing clock #12

Open
soulomoon opened this issue Dec 28, 2016 · 0 comments
Open

3.66 to think in slowing clock #12

soulomoon opened this issue Dec 28, 2016 · 0 comments

Comments

@soulomoon
Copy link

soulomoon commented Dec 28, 2016

for the first pair procedure, you have a clock tick in normal speed
for the second pair procedure, 2 times slower
3: 4 times slower per tick
n: 2^(n-1) n s p t

then to get to the next pair procedure,
you have to take two step, per step is going to be a tick of a clock in that pair pro's world.
so you get total time of getting to (n, 1)'s location.
(n, 1):2^n - 1

then you consider walk to the other direction,
walk to (n, m) from (n, 1):
you get that it take one step to (n, 2)
and two step each to the next.
then you have every thing you get.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant