Skip to content

Commit 06b7867

Browse files
committed
update readme
1 parent b9ef327 commit 06b7867

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22
Coding Project 2 for Computational Geometry Course (CSN-523)
33
==================================================================
44

5+
Objective : To know implementation of different Computational Geometry algorithms for solving the Art-Gallery Problem.
6+
7+
Usage
8+
=======
9+
10+
- Enter the number of random vertices in the top toolbar.
11+
- Progress sequentially in the following order:
12+
Random Points -> Generate Polygon -> Trapezoidalize -> Monotone Partition -> Triangulation -> Dual Graph -> Three Coloring
13+
14+
ScreenShots
15+
=============
16+
17+
![10 Vertex](https://user-images.githubusercontent.com/10174820/37247252-60f311bc-24de-11e8-9193-74ec85a601e8.png)
18+
![10 Vertex](https://user-images.githubusercontent.com/10174820/37247253-611d8be0-24de-11e8-8b4e-663ea99c8de7.png)
19+
![100 Vertex](https://user-images.githubusercontent.com/10174820/37247254-6146efd0-24de-11e8-9571-8d807f0c99fc.png)
20+
![100 Vertex](https://user-images.githubusercontent.com/10174820/37247255-61719a3c-24de-11e8-939a-65adb5e400fe.png)
21+
522
License
623
=========
724
[MIT License](https://anshul.mit-license.org/)
25+
26+
The following people have been the contributors for the project.
27+
* [Anshul Shah](https://github.com/anshulshah96)
28+
* [Suraj Gupta](https://github.com/surajgupta97)

0 commit comments

Comments
 (0)