aboutsummaryrefslogtreecommitdiff
path: root/challenge-070/e-choroba
AgeCommit message (Collapse)Author
2020-07-25- Added solutions by E. Choroba.Mohammad S Anwar
2020-07-25Add solutions to 070 by E. ChorobaE. Choroba
Character Swapping - I don't know what's the problem with $C > $O. For a simple fast implementation, I needed a different additional constraint: $C + $O < $N. Grey Code Sequence - Two solutions. The shorter iterative one is slightly faster, but the difference decreases with the sequence length.
2020-07-20- Added template for Challenge - 070.Mohammad S Anwar