JMU
Conformal Maps
An Introduction


Prof. David Bernstein
James Madison University

Computer Science Department
bernstdh@jmu.edu


Motivation
Objectives
A Definition of a Map

In addition, one could add an isEmpty() operation, an isFull() operation (if there is a size limit), a remove() operation, and a makeEmpty() operation.

An Implementation that uses Conformal Arrays
An Example that uses Conformal Arrays
images/conformalmap.png
Worst Case Time Efficiency
Worst Case Time Efficiency (cont.)
Things to Think About