The Artima Developer Community
Sponsored Link

Java Answers Forum
Priority Queue using linked list

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Kevin

Posts: 27
Nickname: quasi
Registered: Apr, 2003

Priority Queue using linked list Posted: Aug 9, 2003 7:26 PM
Reply to this message Reply
Advertisement
Can anyone help me with a remove method?
This is what i have so far
Interface PriotyQueueMethod
abstract insert, removetop,peek,purgePQ,isEmpty

Then I have a class implementing the interface and the methods.
Also a ListNode class

I know how to write those methods but I am not sure how to write the remove. Anyone help would be great

Topic: interacting with webpages via https post Previous Topic   Next Topic Topic: interacting with ftp prompt when using apache commons net package

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use