Project 2

CISC 320 Algorithms and Advanced Programming -- Spring, 1999

Original project assignment page.

Updates:
in 320dir/convex/
On 5/5/99, bug fixes in convexMain.cc, previous version now named convexMain0.cc
On 5/5/99, bug fixes in packageWrap.h, previous version now named packageWrap0.h
On 5/6/99, additional bug fix in packageWrap.h.

On 5/7/99:

On 5/10/99:

Contest rules:

The only expected change to contestMain.cc for the actual contest will be the choice of trial datasets, including some new dataset patterns as well as different sizes.

You provide a copyable convexHull.o file which can be linked with 320dir/convex/contestMain.o and 320dir/convex/DataSet.o to make the executable. We will also copy your source code to the 320dir/convex directory as a a backup. The file 320dir/convex/setup is the script we will actually use.

Operationally this means you should:

  1. --> chmod 644 convexHull.cc
    --> chmod 755 convexHull.o
  2. --> cp 320dir/convex/makefile makefile
    Then if
    --> make run
    works, you are ready for the contest.