Skip to content

gnoyixiang/node-pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js playground for Google kick start

Coding

  1. Code should only be updated in src/app.js
  2. Update your solution inside solve()
  3. Update the time limit (in seconds) inside checkPerformance()

Input and Output

  1. Update the in.txt file to the inputs required
  2. Update the ans.txt file to the answers expected

Testing

  1. In terminal, run yarn dev to see the results of your solution
  2. Test results are available in io/out.txt

Prepare for submission

  1. In terminal, run yarn start to see the results of your solution
  2. Test results are available in io/out.txt
  3. The final code to be submitted is available in index.js

Releases

No releases published

Packages

No packages published