POV-Ray : Newsgroups : povray.off-topic : Oi, Darren : Re: Oi, Darren Server Time
7 Sep 2024 07:20:35 EDT (-0400)
  Re: Oi, Darren  
From: Warp
Date: 11 Jul 2008 15:36:04
Message: <4877b623@news.povray.org>
Orchid XP v8 <voi### [at] devnull> wrote:
> What is Ackermann's function, why does it grow so fast, and why does 
> anybody care anyway?

  From a programmer's point of view, simplified: The Ackermann's function
is an example of a function which cannot be computed iteratively, but must
be computed recursively.

  This proves by example that not all algorithms can be implemented
iteratively.

  (And "iteratively" in this context means "only requires O(1) memory to
compute the algorithm".)

-- 
                                                          - Warp


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.