This link has been bookmarked by 32 people . It was first bookmarked on 13 Oct 2007, by ariayang.
-
16 Mar 15
-
21 Jan 15
-
04 Dec 14
-
Fortran style pseudo code
-
Pascal style pseudo code
-
C style pseudo code:
-
-
14 Dec 13
-
07 Apr 12
-
30 May 11
-
04 Oct 10
-
09 Jun 10
-
30 Oct 09
-
26 Feb 09
-
09 Feb 09
-
Pseudocode
-
Pseudocode is a compact and informal high-level description of a computer programming algorithm that uses the structural conventions of some programming language, but is intended for human reading rather than machine reading. Pseudo-code typically omits details that are not essential for human understanding of the algorithm, such as variable declarations, system-specific code and subroutines. The programming language is augmented with natural language descriptions of the details, where convenient, or with compact mathematical notation. The purpose of using pseudocode is that it is easier for humans to understand than conventional programming language code, and that it is a compact and environment-independent description of the key principles of an algorithm. It is commonly used in textbooks and scientific publications that are documenting various algorithms, and also in planning of computer program development, for sketching out the structure of the program before the actual coding takes place.
No standard for pseudocode syntax exists, as a program in pseudocode is not an executable program. Pseudocode resembles, but should not be confused with, skeleton programs including dummy code, which can be compiled without errors. Flowcharts can be thought of as a graphical alternative to pseudocode.
-
-
15 Aug 08
viniciusjlPseudocode (derived from pseudo and code) is a compact and informal high-level description of a computer programming algorithm that uses the structural conventions of some programming language, but typically omits details that are not essential for the un
-
09 Apr 08
Wesley Fryera compact and informal way of describing the logical processes of a computer program using inaccurate but descriptive syntax
-
12 Dec 07
-
Pseudocode (derived from pseudo and code) is a compact and informal high-level description of a computer programming algorithm that uses the structural conventions of programming languages, but omits detailed subroutines, variable declarations or language-specific syntax.
-
-
13 Oct 07
-
23 Mar 06
Lyubov BerezinaPseudocode (derived from pseudo and code) is a description of a computer programming algorithm that uses the structural conventions of programming languages, but omits detailed subroutines or language-specific syntax.
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.