#Hard #13
9 messages · Page 1 of 1 (latest)
Your first, third, fourth, and fifth examples undercount by 1.
- longest substring is [6, 10] or [1, 8], so length should be 2.
- longest substring is [0, 8], [1, 10], or [2, 3] so length should be 2.
- longest substring is [0, 5], [2, 6], [5, 10], or [2, 4] so length should be 2.
- longest substring is [0, 2, 10] so length should be 3
Mb, the false item comp was reset to 0 instead of 1 (so here it is the correction)
4 is incorrect damn
yea
-chall 1441984807746932868 c
@gentle jay
Challenge C Complete
+1062 points (+762 from your streak).