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
A Beginner's Guide to Java ProgrammingPackt via FutureLearn A Simple Picture Storing App with Java and Android Studio
Coursera Project Network via Coursera Confluent Certified Developer for Apache Kafka (CCDAK)
A Cloud Guru JBoss EAP Administration
A Cloud Guru Advanced Data Structures in Java
University of California, San Diego via Coursera