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.