Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Java: Data Structures

Posted By: naag
Java: Data Structures

Java: Data Structures
MP4 | Video: AVC 1280x720 | Audio: AAC 48KHz 2ch | Duration: 1 Hours | 146 MB
Genre: eLearning | Language: English

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.

Java: Data Structures