Tag: systems

  • I think understanding is enhanced by starting with examples and I’ll do just that. Yesterday, I finally appreciated recursion. For those of you who are not into programming and logical problem solving, recursion is defined as applying a series of steps used in solving a problem (algorithm – applying an algorithm to itself) to itself. Huh?…

    ·