Search:

Type: Posts; User: ChristopherLowe

Search: Search took 0.11 seconds.

  1. Re: If a method calls a recursive method, does that make the method recursive as well?

    I came across something in my copy of "Ada Plus Data Structures: An Object Oriented Approach" (1996) that deserves a slight necro-post. In the front cover I've written a tonne of exam notes...
  2. Re: If a method calls a recursive method, does that make the method recursive as well?

    I like to think of recursion as a property of an algorithm instead of a property of a method. So I would argue that .last() is recursive because functionally that is what it is doing.
Results 1 to 2 of 2