Forum: Java Apr 10th, 2009 |
| Replies: 4 Views: 396 Error 1: public class treeHeap<E extends Comparable<E>> extends AbstractCollection<E> {
Message: Must implement the inheirted abstract
Error 2: public boolean toss(E value) {
Message:... |
Forum: Java Apr 10th, 2009 |
| Replies: 4 Views: 396 What's the problem? Does no one have any input what so ever? |
Forum: Java Apr 9th, 2009 |
| Replies: 4 Views: 396 Hello,
I am attempting to create a program that accomplishes the following:
*I am to develop a heap, that is tree-based(not array)
*The heap should be ascending
*Include the method toss()... |