Skip to content

Prime factors are optimal decomposition for Bootle #19

Description

@uncomputable

Bootle's protocol divides the lengths of vectors in each step, until the length is one. Any decomposition works, but we want to send as few elements as possible. In other words, we want the minimal sum of factors, which is the prime factors if I am not mistaken.

Does it make sense to change the example 600 = 10 * 10 * 6 (yielding 42 elements) into 600 = 2^3 * 3 * 5^2 (yielding 23 elements)? Would this help underline the message?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions