CPSC 212-002 Computer Science IV
(Data Structures and Algorithms)

Fall 2009
15:30-16:45TTH Daniel 415
Assignment 7 (final project)

Objectives:
To provide an interactive Qt front end for the kd-tree

Due date:
12/03/09

What to hand in:
A tar.gz archive of your asg7/ directory, including:
  1. A README file containing
    1. Course id--section no
    2. Name
    3. Assignment description
    4. Brief solution description (e.g., program design, description of algorithm, etc., however appropriate).
    5. Lessons learned, identified interesting features of your program
    6. Any special usage instructions
  2. Makefile
  3. source code (.h headers and .cpp source)
  4. object code (do a make clean before tar)
How to hand in:
See handin notes

Description:
  1. Use Qt to implement a graphical user interface (GUI) for testing the kd-tree's insert() and nn(), knn(), and range() (query) functions.

Suggestions:
  1. None at this time