State the advantages of midpoint line drawing algorithm
The following are the benefits of the mid-point line drawing algorithm: It is solely reliant on integer computation. Involves less expensive processes such as addition and subtraction. It is faster because it just involves integer calculations. More precise. The rounding process is not performed by Bresenham’s algorithm. Cheaper because it computes the points on a line using addition and subtraction.