Difference between revisions of "Computer Science/61b/Homework/hw7/dict/IntDictionary.java"

From lensowiki
< Computer Science‎ | 61b‎ | Homework‎ | hw7‎ | dict
Jump to: navigation, search
 
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 03:51, 20 February 2023

/* IntDictionary.java */

package dict;

/**
 *  An IntDictionary is a mutable ordered dictionary ADT.  Each item is an int
 *  key; there are no additional objects associated with the key.
 *
 *  DO NOT CHANGE THIS FILE.
 *
 *  @author Jonathan Shewchuk
 */
The author of this file is Jonathan Shewchuk; consequently, I cannot make it freely available.