Create a simple queue of names using Java
Offered By: Coursera Project Network via Coursera
Course Description
Overview
The learner will use a simple queue to create a list with names, using manually created Queue operations such as enqueue, dequeue, peek, size and print methods. The learner will also implement the pre-defined LinkedList class to perform operations on a queue.
Syllabus
- Project Overview
- This project provides a step-by-step approach to instruction and will equip you with fundamental concepts of creating a simple Queue and using its operations in Java programming, from the ground up. Using jGRASP development environment, you will create a Java project that creates a simple Queue of a list with names. First, you will learn how to manually create methods that add, remove, and print items from the Queue. Then you will learn how to use the pre-defined Java LinkedList class to add, remove, peek, and determine the size of a Queue. By the end of this project, you will be able to write a Java program that implements a simple Queue both manually and using the pre-defined Java class.
Taught by
Dr. Chao Mbogho
Related Courses
Applying Data Structures to Manipulate Cleansed UN DataCoursera Project Network via Coursera Java Built in Data Structures
Coursera Project Network via Coursera Data Structures & Algorithms I: ArrayLists, LinkedLists, Stacks and Queues
Georgia Institute of Technology via edX Introduction to Object-Oriented Programming with Java III: Exceptions, Data Structures, Recursion, and GUIs
Georgia Institute of Technology via edX Data Structures and Algorithms
Georgia Institute of Technology via edX