Stacks and Queues

Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=JvGZh_BdF-8



Duration: 16:15
382,735 views
2,552


Get the Code Here: http://goo.gl/OzbXM

Welcome to my tutorial on Java Stacks and Queues. The data structures most are used to such as Arrays, linked lists, trees, etc. are best for data that represents real objects. Stacks and Queues are instead used to complete a task and are soon after discarded.

A major difference is that stacks and queues allow only a single item to be added or removed at a time. Stacks then provide access to the last item in, while queues provide access to the first item in.




Other Videos By Derek Banas


2013-03-28Java Binary Search Tree
2013-03-25Java Hash Tables 3
2013-03-22Java Hash Tables 2
2013-03-20Java Hash Table
2013-03-18Big O Notations
2013-03-16Java Quick Sort
2013-03-14Java Shell Sort
2013-03-09Java Recursion
2013-03-07Linked List in Java 2
2013-03-03Linked List in Java
2013-03-01Stacks and Queues
2013-02-28Java Sort Algorithm
2013-02-24Java Algorithms
2013-02-21MVC Java Tutorial
2013-02-15Mark of the Ninja Review
2013-02-11Code Refactoring 18
2013-02-09Code Refactoring 17
2013-02-08Code Refactoring 16
2013-02-07Code Refactoring 15
2013-02-03Code Refactoring 14
2013-02-02Code Refactoring 13



Tags:
Stacks and Queues
stack queue
stack and queue in java
stack queue java
queue and stack
stack and queues
stacks queues
data structures stack
data structures