Business, Management and AdministrationComputer Science and Information Technology

Guided Lab: Java Data Structure Implementation

In this project-based course, programmer and content manager Peggy Fisher highlights the various types of data structures available in Java. Explore explanations of each type and examples for using these data types in your program. It also provides some insight for deciding which data structure is best for your program needs. Once the data structure is selected, you move on to setting up the data and then deciding how to add data to your structure, find data in the data structure, and remove data. You also learn to determine the efficiency of each choice and how it impacts your overall program. At the end of the course, you will complete a final project. This project presents a common business requirement to be solved. You will need to use the appropriate data structures to solve the problem efficiently.

Learn More