Skip to content

ga-adi-macaron/lists-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

title type duration creator
Lists - School
lab
1:25
name city
Josh Bartz
Missoula

Lists - Schools

Introduction

Note: This lab should be completed in pairs.

In this lab, you will be creating a simple LinkedList. After the basics of the List are finished, you will create a "School" filled with students.

Use your LinkedList and java.util.ArrayList to complete the tasks in the commented sample code.

Exercise

Requirements

  • Complete the MyLinkedList.java file (excluding the Iterator)
  • Complete the Driver.java file
  • Correctly determine when to use a LinkedList or an ArrayList

Bonus:

  • Complete the Iterator
  • Complete the second add method

Starter code

In the starter-code folder, you will find a Node class and the beginnings of a LinkedList. You will also find a Driver class that contains instructions for how to interact with the Students in the school.

Deliverable

A simple Java program that completes the instructions in Driver.java

Additional Resources


Licensing

  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact [email protected].

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages