Variation on Knight's Path

Variation on Knight's Path

Using an advanced symmetry reduction argument, I was able to greatly reduce computation time.

Note: The code and the end result cannot be publicly displayed as the challenge is reused; however, they can be sent privately upon request.

This script was written in response to one of the challenge questions in The Data Incubator application. While this script could hardly be considered a full project, I was very proud of the symmetry reduction method I thought of, and I believe this script displays my critical thinking abilities well. This was my first attempt at using Python, but I found the transition from C++ to Python to be relatively easy.

Learning Points: Logic, Symmetry, Dictionary Correlations


© 2017. All rights reserved.