Thursday, August 4, 2011

Algorithm Introduction Part 3 : Algorithm Writing

This post is the last part of the posts about The Algorithm Introduction. After we know about What Algorithm is and The Algorithm Characteristics, now let's we learn about The Algorithm Writing. Here are three kinds of algorithm writing that include:
1. The writing in natural language (Indonesian, English, and other human language)
The disadvantage is the writing in this form is often confusing (ambiguous).

2. The writing using a flowchart
The writing in this form is visually good but inconvenient if the algorithm is long.

Flowchart

3. The writing using pseudo code
The writing in this form is closer to the software programming language but it is difficult to understand by people who don’t understand software programming.
Pseudo Code

Because this is the last part of the posts The Algorithm Introduction, I hope all the posts about it can increase your knowledge about the algorithm. If there are still not yet clear, do not hesitate to directly ask us on this blog or via our e-mail at jasapembuatansoftware@yahoo.com.

0 comments:

Post a Comment

If you have something to say about this post, please fell free to write it in the comment form below. We will reply to all comments as soon as possible. Thanks ...