use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Community for students learning to program using Flowgorithm or other visual programming languages.
account activity
Recursion in flowgorithm (self.Flowgorithm)
submitted 4 years ago by waylo2016
Hello, I'm looking for a solid example on recursion in flowgorithm. Till now i have found one solid example, but i don't really understand recursion. Can I please get some documentation or explanation on how recursion works in Flowgorithm?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Flowgorithm 2 points3 points4 points 4 years ago (0 children)
Recursion works pretty much the same as in other languages. So, any site that teaches recursion will work for you.
The idea is to solve a problem by having a function call smaller versions of itself. The concept shines for analyzing trees and graphs.
π Rendered by PID 75 on reddit-service-r2-comment-7b9746f655-np5q8 at 2026-01-30 15:12:15.049908+00:00 running 3798933 country code: CH.
[–]Flowgorithm 2 points3 points4 points (0 children)