Skip to content

samsteam/sams-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sams-Core

Build Status

######This is the repo that holds the algorithms & structures for the memory scheduler.

All documentation here Docs

How to use

Install Nodejs > 4.x.x

Download Page

Clone this module:

git clone https://github.com/samsteam/sams-core

Install dependencies:

npm install

How to contribute

You can help us adding new algorithms :)

Check the docs.

For testing, we're using mochajs

Install mocha

npm install -g mocha

Run tests

npm test