Introduction - If you have any usage issues, please Google them yourself
This is a solution implementation to well-known art gallery problem using polygon triangulation and 3-coloring methods. As in my computational-graphics course, i was requested to implement a solution program to art galley problem stated above. So using cut-ear triangulation and 3-coloring algorithms i did implement the above program in screenshot.