The amount of people nitpicking about the brand of pseudocode or arguing the question is tricky reminds me of some coworkers, and not the good kind.
If you belong to the above category, try to learn some new programming language / read about some algorithm descriptions (not implementation) and go out take some sun. The question is super intuitive if you’re not stuck to a single paradigm or language.
The amount of people nitpicking about the brand of pseudocode or arguing the question is tricky reminds me of some coworkers, and not the good kind.
If you belong to the above category, try to learn some new programming language / read about some algorithm descriptions (not implementation) and go out take some sun. The question is super intuitive if you’re not stuck to a single paradigm or language.
Exactly. It’s pseudo code. It’s meant to be universally understandable, not language specific.
i’m of the belief that pseudocode should be real code that actually runs. I.E. something like bash. A scripting language.
Starting off a noob programmer in Bash… Pure evil
The first language I tried to learn as a kid was Batch scripting…
(edit: and then some VBScript along the way! Eventually worked my way to C++ though)
thats why i hate pseudocode.
I would much rather just learn an actual language, or two even. At that point.