Skip to content

Workspace for building javascript solution for Kattis

Notifications You must be signed in to change notification settings

lmk1988/kattis_javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workspace environment for Kattis javascript (spider monkey).

https://open.kattis.com/help/javascriptspidermonkey

Solutions are located in /solutions folder There are some sample solution as reference

There is a template.js to use to jump start a solution

Dependencies:

  1. Chrome
  2. Npm

Setup:

npm install

npm install -g karma-cli

To run all solutions (in /solutions root folder only)

npm run test-stage OR npm run test-working

To run all solutions:

npm run test-all

To run archive solutions:

npm run test-archive

To run one solution:

npm run test <solution file name>

e.g.

npm run test pot

npm run test r2

npm run test archive/hello

About

Workspace for building javascript solution for Kattis

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published