From 364931715ba2253f2bcc0f7f545b610c0e3bdd16 Mon Sep 17 00:00:00 2001 From: SurajGupta97 Date: Mon, 31 Oct 2016 18:18:27 +0530 Subject: [PATCH 1/2] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d2701f8 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Computer-Graphics-Assignments +CS - 372 Assignments Repository From 45974f431a41a7a40560a3c0e418b42203284001 Mon Sep 17 00:00:00 2001 From: Suraj Date: Mon, 31 Oct 2016 18:23:25 +0530 Subject: [PATCH 2/2] Added ReadMe --- README.md | 4 ++-- README.md~ | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 README.md~ diff --git a/README.md b/README.md index d2701f8..74f4b72 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# Computer-Graphics-Assignments -CS - 372 Assignments Repository +# Computer Graphics (CSN-372) Assignments +Repository for Computer Graphics Assignments containing questions related to circle and line drawing algorithms. diff --git a/README.md~ b/README.md~ new file mode 100644 index 0000000..9808541 --- /dev/null +++ b/README.md~ @@ -0,0 +1,2 @@ +# Computer-Graphics-Assignments +CSN - 372 Assignments Repository containing questions related to circle and line drawing algorithms.