Programmer's Wiki

Pseudocode is a code-like language often in the form of english in code structure. It is used as a method to break down problems and tasks and make it easier to transform logic into code. It is intended to show how an algorithm or a program will work. Algorithms written in psuedocode are much easier to understand as it is simpler than code that is required to compile. Programmers will often write out a code solution in Psuedocode first. To help work out how it works before writing it in a programming language.


External Links[]