This is a folder which contains graphics algorithms and their implementations.
The robo.c program is a program which helps you in drawing a robot.
The robot is drawn around a reference point. The DDA Line Algorithm was used in making the program.
The DDA Line algorithm exists inside the program in a function so you can have a look at what the DDA line algorithm is,
inside this program itself.
The image below shows the Output of the program!