资讯

Before designing an algorithm it is important to first understand what the problem is. Algorithms can be designed using pseudocode or a flowchart, and the standard notations of each should be known.
To convert the flow chart (also known as a flow diagram) or pseudocode into a program, look at each individual step, and write an equivalent instruction.