Find out what data structures are, what things to consider when choosing which data structure to use, and which data structures are the most common in Java.
Overview
Syllabus
Introduction
- Data structures in Java
- What you should know
- Using the exercise files
- What is a data structure?
- How to choose a data structure
- Understanding arrays
- Using arrays
- Challenge: Using arrays
- Solution: Using arrays
- The Collection interface
- LinkedLists
- Stacks
- Queues
- TreeSets
- Challenge: Using collections
- Solution: Using collections
- Next steps
Taught by
Bethan Palmer