Had the same isse. I worked with array indices and happened to compare the index with the max rank "8" instead of the last array index "15", where 8 is stored, for the "no progress after max rank" condition.
Very nice!
@voyxxx, What do you mean? This algorithm traverses the array less then 2 times. Is that to much?
Nice, learned alot from this after reconstructing it by myself. Very Clever.
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
Had the same isse. I worked with array indices and happened to compare the index with the max rank "8" instead of the last array index "15", where 8 is stored, for the "no progress after max rank" condition.
Very nice!
@voyxxx, What do you mean? This algorithm traverses the array less then 2 times. Is that to much?
Nice, learned alot from this after reconstructing it by myself. Very Clever.
This comment is hidden because it contains spoiler information about the solution