Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Data Structures and Algorithms in Java - 2024

Telusko via YouTube

Overview

Dive into a comprehensive 5-hour video tutorial on Data Structures and Algorithms (DSA) in Java. Master fundamental concepts including abstract data types, arrays, time complexity, searching and sorting algorithms, recursion, and various data structures like linked lists, stacks, queues, and trees. Explore implementation details through Java code examples for key algorithms such as bubble sort, selection sort, insertion sort, quick sort, and merge sort. Gain practical knowledge on linear and binary search techniques, divide and conquer strategies, and the intricacies of tree data structures including binary search trees. Enhance your programming skills and problem-solving abilities with this in-depth guide to essential DSA concepts and their Java implementations.

Syllabus

What are Data Structures
Abstract Data Types
Arrays
What is time complexity
Linear and Binary Search Example
Bubble Sort Theory
Bubble sort Code in Java
Selection Sort Theory
Selection sort Code
Insertion sort
Insertion Sort Code
Quick sort theory
Quick Sort Code
Divide and Conquer
Tree intro
Recursion
Merge Sort theory
Merge Sort Code in java
LinkedList Theory
LinkedList Code for Adding values
LinkedList AddFirst and Delete Code part 2
Stack theory
Stack Code Push
Stack Code pop peek
Queue Theory
Queue Code Enqueue and Dequeue
Circular Queue Code
Tree Data Structure
Binary Search Tree Theory
Tree Implementation
Thank you for watching

Taught by

Telusko

Reviews

Start your review of Data Structures and Algorithms in Java - 2024

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.