Skip to content

Files

Latest commit

70af623 · Feb 10, 2020

History

History
12 lines (8 loc) · 404 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 404 Bytes

n-steps

Took the Python solution from the the code problem "N-Steps" from dailycodeproblem.com and converted it to a node console application. Was a bit tricky due to the lack of support for native python range() and sum(). Features use of ES6 array features including spread.

Use: $bash node main

Thanks to the team at dailycodeproblem.com for the inspiration!

-mat