Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 317 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 317 Bytes

prisoners_100

100 prisoners problem, use Node scripts to test solution.

to start run command to install dependencies

npm i

Two test command

npm run random

npm run number

Default config in .env

NUMBER_OF_PRISONRS=100

RANDOM_ARRAY_LENGTH=100

NUMBER_TESTING=1000

You can change this three parameters