[[Projects]] | [[Portfolio Projects]] # Knight's Tour [Source Code](https://github.com/joshbuker/knights-torus) An implementation of the classic Knight's Tour problem, using Warnsdorff's rule as the primary heuristic for solving. Originally written during my C++ course at [[Whatcom Community College]], I spent some time refining the project after the class just for personal amusement and the sake of furthering my personal understanding of C++. Additional details, including screenshots, are available at the [GitHub repository](https://github.com/joshbuker/knights-torus) for the project.