##Collection of classic computer science paradigms, algorithms, and approaches written in JavaScript. ###All of the code is available under an MIT License.
Each example has an associated blog post:
##Binary Search Binary Search
##Binary Search Tree
##Bubble Sort
##Selection Sort Selection Sort
##Linked List Linked List
##Doubly Linked List Doubly Linked List
##Credit Card Number Validation Credit Card Number Validation
##Base64 Encoding Base64 Encoding
Please note: Since this is the repository that goes along with my blog post series, only pull requests for bugs are accepted.