1. Team Details

The name of the team is "Contest Crackers".

Team members:
1. Atul
2. Srineet
3. Sujatha 

All of us are from Pune, India.


2. About the submission

Our program is implemented in C.

To run the program type the following on the command line.
    runme <server-name> <port-number>

List of files:
    README
    runme 
    buildme
    source/impl.c
    source/sp.c
    source/strategy.c
    source/main.h

Note:
a. runme is a precompiled executable. We built it on RedHat 7.1. We
   hope it runs on RedHat 7.3.

b. buildme builds the runme executable INSIDE the source directory.
   It contains the line:

       cc source/*.c -o source/runme

c. To build in debug mode use:

       cc -D ICFP_DEBUG source/*.c -o source/runme

d. The source directory contains all the source files.


3. About the program

The program uses a simple algorithm. It tries to move towards the nearest
known packages and pick them up by weight. Having picked them up it 
delivers the package with the nearest destination first. On the way,
if it encounters packages, it again tries to pick them by weight.
It does not use any aggressive strategy like pushing other robots 
into water, however it bids high to move away when water and other
robots are nearby. All other bids are made with the minimum amount.
