Rookie's Lab
  • Home
  • Software Engineering
  • Competitive Programming
  • Beginner's Python
  • About
  • Resume
  • Basics of Recursion with an example in Python

    Recursion is a technique of finding solutions to larger problems using known solution of smaller problems. For me atleast, it was hard to get the understanding of recursion. In this post we see an iterative and recursive version of one problem in programming.

    January 8, 2013 - 3 minute read - python recursion competitive-programming

© 2012-2017 Rookie's Lab

About · Privacy