8000 GitHub - alexcusack/primeMultiplicationTable: Prime multiplication table built using ES6 generators
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexcusack/primeMultiplicationTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup and Run

This project has one dependency: Node

$node --version
v4.1.1

Running

  • Run npm install
  • To run with default multiplication table of first 10 primes
npm start
  • To run with variable table size
npm start 20
  • Run tests:
npm test
  • Run individual files with babel-node <filepath>

Notes

  • Babel runtime causes stack overflow error at ≈2,500 primes target

About

Prime multiplication table built using ES6 generators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0