Beta
Road To Nowhere - Reverse engineer this picture
Loading description...
Puzzles
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
There should be sample tests provided. We shouldn't have to attempt the kata just to see the fixed tests again.
your images are in jpeg, with highly arguable rescaling operations => there are antialiasing effects on the borders of the squares, meaning it's close to impossible to actually know what the true shapes are at each size. To resolve this:
Note: last point is not enough to close the issue below.
Note²: same problem in the other version, ofc.
Only the first uses jpegThe first is also png? However the quality is not as good as the others. I believe the others are generated by his function.~no, they are jpg too. Or at least, there was a compressed step at some point, because I see shades on the borders of the sqaures too. It's just less obvious than the first where you see squares apparently of different sizes just by looking at it without zooming.
Kata requires rounding of floating point values but does not test with a margin for error.