Multiple Variables in Pseudocode
If using one variable in pseudocode is good, then using multiple variables is (probably better). Don’t add variables you don’t need. As it will make it more complex than necessary. Always ask yourself, what is this variable here for. Everything should be as simple as it can be, but not simpler. Albert Einstein To add…