Search:

Type: Posts; User: Harini Rao

Search: Search took 0.14 seconds.

  1. Re: unable to add my array(Words[]) to PriorityQueue

    I did correct the code

    I separates words starting with S and Z from other but does not separate words staring with S and Z

    as mentioned above, i was to remove wile displaying, first the words...
  2. Re: unable to add my array(Words[]) to PriorityQueue

    when i call my "remove()" method
    I want my Priority Queue to first give out the words starting with 's' then 'z' and then the rest.

    these are the errors I got when I tried to complile
    ...
  3. unable to add my array(Words[]) to PriorityQueue

    import java.util.*;

    public class PriorityCustom {

    public static void main(String[] args) {

    String[] words = {"apple", "crowd", "snow", "place", "snap", "zoo", "zing", "smile",...
Results 1 to 3 of 3