5 ms·
Fun implementation! There's currently a bug that allows the same number to appear twice after a combination step (I was able to perform 2,3,7,5->5,7,5)
by dangond 2y ago
Fun implementation! There's currently a bug that allows the same number to appear twice after a combination step (I was able to perform 2,3,7,5->5,7,5)
- madcaptenor 2y agoRan into this as well: I did [8, 1, 4] -> [5, 3, 1, 4] -> [5, 3, 5].
- sour-taste 2y agoShould be fixed, thanks for the report.