Gabe Johnsonjohnsogg.hashnode.dev·Jun 4, 2024Recursion is WonderfulThe old glossary joke that never gets old: Recursion, n. See recursion Recursion is a technique where a function calls itself. It should have some stopping condition, otherwise the recursion could happen infinitely. Mathematically, that is OK - ima...CS 2270 In ColorRecursion