Resources: 01 02 03 04 05 06 07
Information Technology Engineers Examination
Major Category 1: Basic Theory
Middle Category 2: Algorithm and Programming
2. Algorithm
Goal:
Learn the basic concepts and representation techniques of the algorithm and flowchart so that you can apply them. Learn the basics of typical algorithms so that you can apply them.
Learn the basic method for designing algorithms so that you can apply them.
Flowchart
Understand the concepts of the algorithm and flowchart. Understand how to represent processing steps including symbols, sequence, determination, and iteration
Typical algorithms
Algorithms for sorting, merging, and searching
Understand the basic method for designing algorithms for sorting, merging, and searching.
Recursive algorithms
Understand the basics of the recursive algorithm.
Graph algorithms
Understand the basics of the graph algorithms.
Algorithms for character string processing
Understand the basics of the algorithms for character string processing.
Algorithms for file processing
Understand the basics of sorting, merging, control break, and editing used in batch processing and the like
Algorithm design
Understand that algorithms are expressed using pseudo-languages, flowcharts, decision tables, and others. In addition, understand the basic method for designing algorithms
LECTURE