readme updated

This commit is contained in:
Tanmay 2023-12-07 10:23:52 +05:30
parent 54993f0a70
commit 8df4ca8691

View File

@ -21,6 +21,7 @@ This repository contains codes, write-ups, lab manuals, lab notes and question p
8. [Assignment B-5c (Koch Curve)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/Assignment%20B-5c%20%28Koch%20Curve%29.cpp)
9. [Assignment C-6c (Sunrise and Sunset)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/Assignment%20C-6c%20%28Sunrise%20and%20Sunset%29.cpp)
10. [Assignment C-7b (Bouncing Ball)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/Assignment%20C-7b%20%28Bouncing%20Ball%29.cpp)
11. [Assignment C-7c (Man Walking In Rain)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/Assignment%20C-7c%20%28Man%20Walking%20in%20Rain%29.cpp)
#### Digital Differential Analyzer (DDA):
> Digital Differential Analyzer (DDA) is a line-drawing algorithm for digital displays, using incremental calculations to plot points between endpoints.