Skip to content

Instantly share code, notes, and snippets.

View slg123's full-sized avatar

Scott Gillespie slg123

  • NetIQ
  • Houston, TX USA
View GitHub Profile
@SoundLogic
SoundLogic / knights-tour.html
Created November 28, 2014 21:26
javascript based solution for the Knight's Tour puzzle (http://en.wikipedia.org/wiki/Knight%27s_tour)
<html>
<head>
<style>
a {
color:#000;
display:block;
font-size:60px;
height:80px;
position:relative;
text-decoration:none;