Data Structures and Algorithms in Java - 2024
Offered By: Telusko via YouTube
Course Description
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
Related Courses
Algorithms, Part IPrinceton University via Coursera Conception et mise en œuvre d'algorithmes.
École Polytechnique via Coursera 数据结构与算法 Data Structures and Algorithms
Peking University via Coursera 高级数据结构与算法
Peking University via Coursera Principles of Computing (Part 2)
Rice University via Coursera