Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Tue Oct 16 2001 6:21 pm |
Author: Lee, Charles C. <chucklee@cmu.edu> |
Subject: Re: "findMin()" and/or "removeMin()" |
|
|
Actually, you CAN use TreeSets and there are several ways of solving the problem when you see duplicate frequencies. One way is to use a method called keySet in the Map class. |
|