Most frequent k chars distance: Difference between revisions

Content added Content deleted
(rewrite task description based on original article, on Python entry, and Discussion page comments)
m (<br>)
Line 140: Line 140:
and for the second, the "top two" are F:9 and L:8.
and for the second, the "top two" are F:9 and L:8.


Since "L" is the only shared letter amongst these top-k characters,
Since "L" is the only shared letter amongst these top-k characters, and since the sum of the corresponding frequencies is 9+8 = 17, the SDF is 83.
<br/>
and since the sum of the corresponding frequencies is 9+8 = 17,
the SDF is 83.