Java: Data Structures
Offered By: LinkedIn Learning
Course Description
Overview
Explore different data structures in the Java language, and discover how you can leverage them to make your software more efficient.
Data structures provide a means to store and manage large amounts of data efficiently.
Along with storing data, these structures support operations for accessing and manipulating the data they contain. Choosing the right data structure for a task is key to developing top-notch software.
In this course, explore data structures in the Java language. Follow Peggy Fisher as she introduces you to several types of commonly-used data structures in Java. Peggy explores ArrayLists and LinkedLists, both of which implement the List interface, which extends the Collection interface and allows you to access list elements in a specific order. She also goes into the Vector, Stack, and Queue collection classes. To help you better understand these new concepts, Peggy wraps up the course with a challengeâcreating a grocery listâand provides a solution for that challenge.
Data structures provide a means to store and manage large amounts of data efficiently.
Along with storing data, these structures support operations for accessing and manipulating the data they contain. Choosing the right data structure for a task is key to developing top-notch software.
In this course, explore data structures in the Java language. Follow Peggy Fisher as she introduces you to several types of commonly-used data structures in Java. Peggy explores ArrayLists and LinkedLists, both of which implement the List interface, which extends the Collection interface and allows you to access list elements in a specific order. She also goes into the Vector, Stack, and Queue collection classes. To help you better understand these new concepts, Peggy wraps up the course with a challengeâcreating a grocery listâand provides a solution for that challenge.
Syllabus
Introduction
- Welcome
- What you should know
- Exercise files
- Challenges explained
- Types of data structures
- Pros and cons
- Where to find Java documentation
- Collection interface
- Iterable interface
- ArrayLists
- LinkedLists
- Vectors
- Stacks
- Queues
- Challenge: Create a grocery list
- Solution: Solution to grocery list
- Next steps
Taught by
Peggy Fisher
Related Courses
Conception et mise en œuvre d'algorithmes.École Polytechnique via Coursera Algorithmen und Datenstrukturen
Universität Osnabrück via iversity 数据结构与算法 Data Structures and Algorithms
Peking University via Coursera Data Structures and Algorithm Design Part I | 数据结构与算法设计(上)
Tsinghua University via edX 数据结构基础
Peking University via Coursera