Skip to content

epihel/algorithms-visual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Algorithms

Algorithms with visual demos implemented in JavaScript.

Intersecting Squares

Draws randomly positioned squares in a container and then draws their intersections.

JS Fiddle demo here: http://jsfiddle.net/epihel/b6rtycto/

Matrix

Traverses a matrix from the outside to the center in a spiral. Works with any number of rows and columns.

JS Fiddle demo here: http://jsfiddle.net/epihel/v4txae94/

Tic Tac Toe

Generates a Tic Tac Toe game, tracks the state of the board, and determines when a player has won.

JS Fiddle demo here: http://jsfiddle.net/epihel/ghczy1wk/

About

Algorithms with visual demos implemented in JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published