Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jarretmoses/computerscience.js

A compilation of fundamental Computer Science Algorithms written in JavaScript
https://github.com/jarretmoses/computerscience.js

Last synced: 14 days ago
JSON representation

A compilation of fundamental Computer Science Algorithms written in JavaScript

Awesome Lists containing this project

README

        

####Author: Jarret Moses

####Description: This is a collection of fundamental Computer Science algorithms I am solving in JavaScript.

####How to Use:
**Browser**: To use this in the browser(Chrome Command Line,Firbug, etc...) simply copy paste the code in which ever file and run the function with input. Or place the function within a script in an html page and open the page in your browser.

**Node**: These functions were written to accept input arguments using node. If node is installed simply run the following node ... The number of arguments will depend on the file. For example binarySearch.js would run as node binarySearch.js