Computer Science, asked by NobiNavita8601, 11 months ago

Advantages of bresenham's line drawing algorithm over dda algorithm

Answers

Answered by chirranjitghosh111
1

Answer:

Bresenhams algorithm is faster than DDA algorithm in line drawing because it performs only addition and subtraction in its calculation and uses only integer arithmetic so it runs significantly faster. DDA algorithm is not as accurate and efficient as

Explanation:

Similar questions