+ 3
How important are flowcharts and pseudo codes when when can actually write the codes without them?
I am using it to make a point in class?
3 Antworten
+ 11
A clear flowchart or pseudo code helps others to understand our work without difficulty.
+ 5
In real life situations such as in jobs and software development, systems and software are always designed first. This includes creating pseudo code, algorithms and flow charts before the software or system is actually developed and implemented.
So creating pseudo code and algorithms is a very useful and important skill.
+ 2
Thanks for the answers. guess I have to sit up and learn more about algorithms. will use your assistance though.