Search:

Type: Posts; User: Faha

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,934

    Re: Need Hlp with my prg.

    For Example, the following is the queue.
    5 2 56 12 4 21

    if the given element is 12, the output should be:
    5 2 56 12
    IF the given element is 78, the output should be:
    No element before 78
  2. Replies
    5
    Views
    1,934

    Re: Need Hlp with my prg.

    thanx 4 the edit..

    that what i did but still there is missing thing

    public Object printDepth(int a)
    {
    if(!isEmpty())
    {
    for(int i=front;i!=rear+1;i++)
  3. Replies
    5
    Views
    1,934

    Need Hlp with my prg.

    Hello this is my Question in queue using array...



    .............................................................................

    the task is to create a queue application using array....
Results 1 to 3 of 3