Knowledge in DDA Algorithm

Computer Graphics-Scan Converting A Line

Here we learn about some of the concepts of Computer Graphics : Scan Converting A Line Digital Differential Analyzer Scan Converting A Line On raster system, lines are plotted with pixels, and step size (horizontal & vertical direction) are constrained by pixel separation. DDA Algorithm

Computer Graphics-Bresenham’s Line Algorithm

Here we learn about some of the concepts of Computer Graphics : Bresenham’s Line Algorithm A highly efficient incremental method for scan converting lines. Using only incremental integer calculation. DDA works with floating point arithmetic Rounding to integers necessary Bresenham’s algorithm uses integer arithmetic Constants need to be computed only once

Design and Analysis of Algorithms (DDA)

This content is about Introduction to DDA, Binary tree, Dynamic Programming, Greedy Technique, Limitations of Algorithm Power, Sorting, Heap, Bionomial Heap, Fibonacci Heap, RBT- (Deletion , Insertion), Knapsack, Space & Time Complexity and many more topics.