Create a linear queue using linked list

Discussion in 'C' started by Nabin, Jan 31, 2011.

  1. Nabin

    Nabin New Member

    Joined:
    Jan 31, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Write a program to create a linear queue using linked list and do the following :
    1 : Initialize the queue.
    2 : Insert an element in the queue.
    3 : Delete an element from the queue.
    4 : Reverse the queue using stack , keeping the space complexity of O(n).
    5 : Create two such queue and also store two polynomials into the two queue. Finally find the polynomial addition/multiplication of the two polynomials.

    plz sent me the code in nabinnas@gmail.com
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice