Skip to content

merge strings test via histogram test #1209

@dehann

Description

@dehann
ab = merge(a,b)
ba = merge(b,a)
ab2 = merge(ba, ab)
aba = merge(ab, a)
ac = merge(a, c)
acb = merge(ac, b)
acab = merge(ac, ab)
...

compare(ab, ba)
compare(ba, ab)
compare(ab, ab2)
compare(ba, ab2)
compare(ab2, ab)
compare(ba2, ab)
compare(ab2, ba)
compare(ba2, ba)
...
compare(ab, aba)
...
compare(acb, acab)
...

so for merging strings, how about using character historgrams to make all this possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions