- Code should only be updated in src/app.js
- Update your solution inside
solve()
- Update the time limit (in seconds) inside
checkPerformance()
- Update the in.txt file to the inputs required
- Update the ans.txt file to the answers expected
- In terminal, run
yarn dev
to see the results of your solution - Test results are available in io/out.txt
- In terminal, run
yarn start
to see the results of your solution - Test results are available in io/out.txt
- The final code to be submitted is available in index.js