From 61709194cf53829dafe0f0417182b92e58b8a072 Mon Sep 17 00:00:00 2001 From: shh_itsourlittlesecret Date: Sat, 4 Nov 2023 23:19:45 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 521b9b2..2f48863 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ This repository contains notes and codes for **Computer Graphics.** --- ## Index - +### Lab Notes CGL +1. [Koch and Snowflake Algorithms](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/CGL_Koch%20and%20Snowflake%20Curves.pdf) ### Codes #### Digital Differential Analyzer (DDA) > Digital Differential Analyzer (DDA) is a line-drawing algorithm for digital displays, using incremental calculations to plot points between endpoints.