Tests failing
hughdbrown opened this issue · 1 comments
hughdbrown commented
These two tests fail.
... assert s.numSubseq([1,1,2,2,3,3,4,4,5,5], 8) == 147
I believe the correct answer is 1011.
... assert s.numSubseq([1,2,3,4,5,6,7,8,9,10], 10) == 15
I believe the correct answer is 341.
aurimas13 commented
Thank you for pointing it. Fixed it.