Puzzle solving algorithm (not a jigsaw puzzle)
I have spent the past week coding an app that should take an image, which is divided into x rows and y cols, shuffled around, and put it back into its original state without any info about the original image. I’ve checked over the internet and I couldn’t find any good way of solving this. Most people here talk about jigsaw puzzles only, which is a lot easier to do due to having the edge shape as well to work with.