MCPcopy Create free account
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / tripleStep.js

File tripleStep.js

chapter08/8.01 - Triple Step/tripleStep.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var numWays = function(N) {
2 var answer = 0;
3 var recurse = function(number) {
4 if (number === 0) {

Callers

nothing calls this directly

Calls 1

numWaysFunction · 0.85

Tested by

no test coverage detected