Post date: Dec 23, 2014 6:37:31 PM
Sorting, Searching, Algorithm
noted:
Algorithm: A step-by-step method for solving a problem or doing a task./ An order set of unambiguous steps that produces a result and terminates in a finite time.
Algorithm
Sequence, Selection (Decision), Repetition
Algorithm representation
Unified Modeling Language (UML), Pseudocode
Algorithm representation must Limited, Validity, Clarity, Input and Output.
Pseudocode example
Algorithm (objective)
Input:
Output:
Method:
Step 1:
Step 2:
Step 2.1:
Step 2.1.1:
Step 2.2:
...
Step n: End