Hacker News new | past | comments | ask | show | jobs | submit login

how to teach recursion



  def teach(something):
      lesson = None
      // Aye, there's the rub...
      if knowsHowToTeach():
          lesson = createLessonForSomething(something)
      else:
          lesson = teach(something)
      return lesson




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: