News

After my first C++ class i have had to make a flowchart for another one of my programs.<BR><BR>Pseudocode is another story<BR><BR>I still use truth tables once in while for my embedded/DSP work ...
Pseudo-code is a simple way of describing a set of instructions in a manner that resembles a programming language. In an algorithm, most processes fall into three main categories: When pseudo-code ...
Representing sequencing in pseudocode Writing in pseudocode is rather like writing in a programming language . Each step of the algorithm is written on a line of its own, in sequence.