
It uses short phrases to write code for programs before you actually create. A Pseudocode is defined as a step-by-step description of an algorithm. Pseudocode is not actual programming language. The pseudocode is usually put in an algorithm environment.įor typesetting real code, written in a real programming language, consider the listings package described in Source Code Listings. Pseudocode is a simple way of writing programming code in English. You can decide on the variables names of each of the integers.
They provide stylistic enhancements over a uniform style (i.e., all in typewriter font) so that constructs such as loops or conditionals are visually separated from other text. includeLaTeX has several packages for typesetting algorithms in form of " pseudocode". You could easily define your own pseudocode language for NotePad++ by using their custom language plug in system.

