Data Structures with Generic Types in Java

Data Structures with Generic Types in Java

This course introduces data structures and algorithms, focusing on practical implementation in Java.

Intermediate

96 Lessons

28h

Certificate of Completion

This course introduces data structures and algorithms, focusing on practical implementation in Java.

AI-POWERED

Explanations

AI-POWERED

Explanations

This course includes

46 Playgrounds
14 Quizzes

This course includes

46 Playgrounds
14 Quizzes

Course Overview

Data structures and algorithms are essential in computer science since they play a crucial role in efficient information retrieval and processing, dealing with files, storing contacts on phones, social networks and web searches. In this course, you’ll learn about the array-based implementation of various linear data structures, stack, and queues. You’ll also learn about linked list-based implementation. Next, you’ll explore advanced data structures like skiplists and hashing. You’ll learn how to implement ...Show More

What You'll Learn

Thorough understanding of data structures and algorithms

Working knowledge of array-based, linked list-based, and blended implementations

Hands-on experience of Java interfaces, classes, and templates

Familiarity with complexity analysis of data structures and related algorithms

What You'll Learn

Thorough understanding of data structures and algorithms

Show more

Course Content

1.

Overview

Get familiar with data structures' basics, their efficiency, interfaces, and mathematical foundations.
5.

Hash Tables

Explore efficient storage with hash tables, focusing on chaining, probing, and hash codes.
6.

Binary Trees

5 Lessons

Focus on understanding binary trees, basic construction, binary search trees, traversals, and implementation nuances.
8.

Scapegoat Trees

6 Lessons

Get familiar with maintaining balance in Scapegoat Trees and optimizing their operations effectively.
9.

Red-Black Trees

5 Lessons

Discover the logic behind Red-Black Trees, their operations, and their efficiency in balanced data structures.
10.

Heaps

6 Lessons

Go hands-on with BinaryHeap, MeldableHeap, their operations, efficiency, and practical exercises.
13.

Data Structures for Integers

4 Lessons

Follow the process of implementing optimized data structures for efficient integer operations.
14.

External Memory Searching

6 Lessons

Master the steps to implement, search, add, and remove efficiently with B-Trees.
15.

Wrap Up

1 Lesson

Get familiar with comprehensive data structures in Java, from arrays to graph implementations.

Trusted by 1.4 million developers working at companies

Anthony Walker

@_webarchitect_

Evan Dunbar

ML Engineer

Carlos Matias La Borde

Software Developer

Souvik Kundu

Front-end Developer

Vinay Krishnaiah

Software Developer

Eric Downs

Musician/Entrepeneur

Kenan Eyvazov

DevOps Engineer

Souvik Kundu

Front-end Developer

Eric Downs

Musician/Entrepeneur

Anthony Walker

@_webarchitect_

Evan Dunbar

ML Engineer

Hands-on Learning Powered by AI

See how Educative uses AI to make your learning more immersive than ever before.

Instant Code Feedback

Evaluate and debug your code with the click of a button. Get real-time feedback on test cases, including time and space complexity of your solutions.

AI-Powered Mock Interviews

Adaptive Learning

Explain with AI

AI Code Mentor