Skip to content

stanpalatnik/Art-Gallery-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Art-Gallery-Problem

Application which solves the art gallery problem in O(n^2) time.

This is a school project which leverages C# and WPF to demonstrate the art gallery problem and how to go about solving it. The user chooses points on a graph, and the program will try to determine the least number of points(or "cameras") needed to see the entire area at a single time.

About

Application which solves the Art Gallery Problem in O(n^2) time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages