An open API service indexing awesome lists of open source software.

https://github.com/sunaku/knights-tour

Knight's Tour algorithm in C, OpenGL, and Cg. This was my final project for CMPE-220 at UCSC during Winter 2007.
https://github.com/sunaku/knights-tour

gpu-acceleration heuristic-search-algorithms parallel-computing

Last synced: 4 months ago
JSON representation

Knight's Tour algorithm in C, OpenGL, and Cg. This was my final project for CMPE-220 at UCSC during Winter 2007.

Awesome Lists containing this project

README

          

// CMPE-220, Winter 2007, final project
// Knight's Tour in Cg
// Suraj Kurapati

Run the "make.bat" script on the windoze lab computers.

NOTE: You might have to adjust the PATH variables at the
top of the "make.bat" script to get things working.