Base case

Base case can refer to:

  • A case of a recursive definition that is not defined in terms of itself
  • The basis in mathematical induction, showing that a statement holds when n is equal to the lowest value that n is given in the question (usually, n = 0 or n = 1)
Last modified on 28 March 2012, at 16:37