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
算法基础Peking University via Coursera 算法基础 | Fundamental Algorithms
Peking University via edX 算法基础
Peking University via Coursera Programming 102: Think Like a Computer Scientist
Raspberry Pi Foundation via FutureLearn Introduction to Search Techniques in Python: Binary Search
Coursera Project Network via Coursera