public
Description: Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript.
Homepage: http://www.nczonline.net/
Clone URL: git://github.com/nzakas/computer-science-in-javascript.git
name age message
file LICENSE Sat Apr 11 18:58:48 -0700 2009 Linked list implementation in JavaScript [nzakas]
file README Sat Apr 11 19:58:17 -0700 2009 Updated readme [nzakas]
directory algorithms/ Mon Sep 07 11:17:41 -0700 2009 Selection sort implementation [nzakas]
directory data-structures/ Sun Aug 02 18:11:21 -0700 2009 Updated doubly linked list unit tests [nzakas]
directory encodings/ Sat Nov 28 10:35:31 -0800 2009 Now detect invalid padding [nzakas]
README
Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript. All of the code is 
available under an MIT License.