10
Comments
  • 1
    Ok, that's pretty wild. But I'm still inherently bad at recursion
  • 4
    n == 1 || n == 0

    also need to restrict n to ints and throw an error for negative numbers
Add Comment