Banner Ad

    A    L    W    A    Y    S           D    E    S    I    R    E           T    O           L    E    A    R    N           S    O    M    E    T    H    I    N    G           U    S    E    F    U    L   

Technology and business

technology and business are becoming inextricably interwoven. I don't think anybody can talk meaningfully about one without the talking about the other

Sunday, July 31, 2011

Stacks & Queues

Stacks & Queues Stack ADT definition:A stack is a linear sequence of data of the same type.  It can be likened to a stack of plates at a diner.  The plates are taken off in a "last in, first out" order. operations of a stack:they have top and bottomcan put on top and take off top ONLY key words to remember:push - to push is to place an item on the top of a stack.pop - to pop from a stack is to remove an item from the top.top -...

Related Posts Plugin for WordPress, Blogger...

your comments