Click here to Skip to main content
15,889,116 members

Comments by PL8YR (Top 2 by date)

PL8YR 5-Jan-19 6:55am View    
Don't get me wrong I could just use the import java.util.queue/linkedList/Collections/Iterator but as I said I'm using my own implementations
PL8YR 5-Jan-19 6:54am View    
Well as you can see I have made two versions of my program: first version uses all the imported packages from Java. This is the version above where I am not using any of the java packages, these are all implemented manually.

Therefore, as stated above I have implemented my own queue, I just need guidance to what I need to put into my next and hasnext methods, if you know of any good examples relating to queues I would be appreciated :)