From b317b6137b6faea5b534d3c7d3d7fa3ce3de4a0e Mon Sep 17 00:00:00 2001 From: Kshitij Date: Thu, 14 Dec 2023 15:30:20 +0530 Subject: [PATCH] Fixed readme and filename for scan fill and floodfill --- Scan Line Fill.cpp => Assignment A-1 (Scan Line Fill).cpp | 0 Assignment A-1 (Scan Fill).cpp => Flood Fill.cpp | 0 README.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename Scan Line Fill.cpp => Assignment A-1 (Scan Line Fill).cpp (100%) rename Assignment A-1 (Scan Fill).cpp => Flood Fill.cpp (100%) diff --git a/Scan Line Fill.cpp b/Assignment A-1 (Scan Line Fill).cpp similarity index 100% rename from Scan Line Fill.cpp rename to Assignment A-1 (Scan Line Fill).cpp diff --git a/Assignment A-1 (Scan Fill).cpp b/Flood Fill.cpp similarity index 100% rename from Assignment A-1 (Scan Fill).cpp rename to Flood Fill.cpp diff --git a/README.md b/README.md index 702d92b..80a6fbe 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This repository contains codes, write-ups, lab manuals, lab notes and question p ### Codes #### Lab Codes: -1. [Assignment A-1 (Scan Fill)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/Assignment%20A-1%20%28Scan%20Fill%29.cpp) +1. [Assignment A-1 (Scan Fill)](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/Assignment%20A-1%20%28Scan%20Line%20Fill%29.cpp) 2. Assignment A-2 (Cohen Sutherland Line Clipping) - [Using DDA](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/Assignment%20A-2%20%28Cohen%20Sutherland%20Line%20Clipping%29%20%28using%20DDA%29.cpp) - [Using built-in functions](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/Assignment%20A-2%20%28Cohen%20Sutherland%20Line%20Clipping%29%20%28using%20built-in%20function%29.cpp) @@ -33,7 +33,7 @@ This repository contains codes, write-ups, lab manuals, lab notes and question p 3. [Circle](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/DDA-circle.cpp) #### Miscellaneous Codes: -- [Scan Line Fill](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/Scan%20Line%20Fill.cpp) +- [Flood Fill](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/Flood%20Fill.cpp) ### Lab Manual - [Full lab manual](https://git.kska.io/sppu-se-comp-codes/CG/src/branch/main/lab-manual/CGL%20Lab%20Manual.pdf)