+ 1
Short question
Is pseudocode and flowchart are types of algorithm ?
2 Respuestas
0
pseudocode describe an algorithm , flowchart represent an algorithm
0
I guess not, more like a "tool" to describe or illustrate an algorithm. Only difference is in how each illustrates the algorithm. Pseudo code describes in written instructions (no language specifics), while flowchart uses symbols to represents the flow of data to be processed.