Partitioning dots and dashes

1 · John Cook · Nov. 19, 2023, 11:38 p.m.
Given a set of dots and dashes, how many ways can they be partitioned into a set of Morse code letters? There is at least one way, since you could take each dot to be an E and each dash to be a T. If you have a sequence of n dots and dashes, there no […] The post Partitioning dots and dashes first appeared on John D. Cook....