x
Menu

Java Algorithms

Other, , Prof. Derek Banas

Updated On 02 Feb, 19

Overview

Java Algorithms - Java Sort Algorithm - Stacks and Queues - Linked List in Java - Java Recursion - Java Shell Sort - Java Quick Sort - Big O Notations - Java Hash Table - Java Binary Search Tree - Solving Programming Problems - Java Heaps

Includes

Lecture 3: Stacks and Queues

4.1 ( 11 )


Lecture Details

Get the Code Here httpgoo.glOzbXMWelcome 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.

Ratings

0


0 Ratings
55%
30%
10%
3%
2%
Comments
comment person image

Sam

Excellent course helped me understand topic that i couldn't while attendinfg my college.

Reply
comment person image

Dembe

Great course. Thank you very much.

Reply
Send