implementation of stacks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sirisha
    New Member
    • Sep 2006
    • 1

    implementation of stacks

    Hi,
    My doubt is hw to implement stack & queue in a single array
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Don't unless you can manage to allocated the data for your queue from the stack you create which is unlikely.

    Comment

    Working...