This is a skeleton project structure for the rotate the integer array which will help you start solving the problem right away.
- Node.js
- You can click on the
Run IO
button from the interview application, which will run your solution against some preconfigured inputs and show you the output.
- To run, issue the command
node . '<input>'
where input is a valid input given in the problem statement. - For example:
node . '["10", "20", "30", "40", "50"]' '90'
Note: Each full command should be wrapped in single quotes.