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

Tutorials : Golomb Ruler #8

Closed
PhDavid opened this issue Oct 14, 2021 · 0 comments
Closed

Tutorials : Golomb Ruler #8

PhDavid opened this issue Oct 14, 2021 · 0 comments

Comments

@PhDavid
Copy link

PhDavid commented Oct 14, 2021

Math:

  1. '+' missing, 3 lines
    for all i,j diff_i,j = diff_i,i+1 ... diff_j-1,j -> diff_i,i+1 + ... + diff_j-1,j
    and the 2 other lines containing "..."

  2. diif_1,m = diff_1,2 + ... + diff_i,j + ... + diff_m-1,m
    diff_i,j -> diff_i,i+1

  3. idem for tick_m

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