Nuacht

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.
The final algorithm ( =code/pseudo code) was first presented by Bresenham and is therefore called Bresenham's algorithm.<br><br>Later, Pitteway took a different approach ( =mathematical idea) that ...