From 8df4ca869113bdcf5efc2ca8750b2bc956c4fafc Mon Sep 17 00:00:00 2001 From: TanmayMachkar Date: Thu, 7 Dec 2023 10:23:52 +0530 Subject: [PATCH] readme updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b45d88..d616050 100644 --- a/README.md +++ b/README.md @@ -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.