YoVDO

Create a simple queue of names using Java

Offered By: Coursera Project Network via Coursera

Tags

Java Courses Software Development Courses Linked Lists Courses

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

Software as a Service
University of California, Berkeley via Coursera
Software Testing
University of Utah via Udacity
The Hardware/Software Interface
University of Washington via Coursera
Software Debugging
Saarland University via Udacity
Introduction to Systematic Program Design - Part 1
The University of British Columbia via Coursera