Algorithm
Development Kit 1.0

Package algs.model.problems

Defines a set of benchmark problems exercising the algs.model package.

See:
          Description

Class Summary
EnclosingIntervalSearch Given a set S of n intervals and a query point q, report all of those intervals that contain q.
 

Package algs.model.problems Description

Defines a set of benchmark problems exercising the algs.model package.


Algorithm Development Kit 1.0

This code supports the Algorithms in a Nutshell book, published by O'Reilly Media, Inc. in November 2008. Please visit the book web page to learn of any changes to the code repository or to record a potential defect.