Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
I took my wife's favorite portrait of our dog and had it turned into a 1000 piece puzzle for Christmas 2018. The shallow depth of field in the photo means the background doesn't have much detail. I quickly realized that I would need help to finish solving it, searched around and found PuzzleSolver. Over the past few months I have made improvements that will help me finish the puzzle. This PR contains my improvements.
Among other things, I renamed the source code directory to "Src". See the file Src/ChangeLog for a synopsis of my work. The updated README.md has detailed build and usage instructions. Also, I removed the xcode project files only because I don't use xcode and don't want anyone to mistakenly think that it should still build that way. I'm guessing is it wouldn't be difficult to recreate working versions of the xcode project anyway.
Ken