Skip to content

separate n-points in a graph with axis parallel lines using 1. Greedy approach and 2. Local optimization approach

Notifications You must be signed in to change notification settings

jagrutivichare/Separate-n-points-in-a-graph-with-axis-parallel-lines-CS430

Repository files navigation

PROGRAM COMPILATION STEPS:

--------------------------

Linux:
------


a) Open a terminal and go to the directory Project_A20391260_A20378092 that has the project files

b) Type the commands:
		
$ g++ project.c -o soln
		
$ ./soln


c) Find the solutions in the output_greedy and output_local folders




















About

separate n-points in a graph with axis parallel lines using 1. Greedy approach and 2. Local optimization approach

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages