Java Data Structures
Offered By: Great Learning via YouTube
Course Description
Overview
Dive into a comprehensive 5-hour course on Java Data Structures, covering essential concepts that serve as the foundation for efficient programming. Master various data structures including Arrays, Stacks, Queues, Linked Lists, Trees, Graphs, and Hash Tables. Learn their introductions, applications, advantages, and disadvantages, along with practical implementations in Java. Gain expertise to optimize code, excel in interviews, and benefit organizations. Progress through topics such as array operations, stack and queue implementations, linked list manipulations, binary tree traversals, graph search algorithms, and hashing techniques. Enhance your programming skills with this in-depth exploration of data structures, complete with hands-on Java implementations and real-world applications.
Syllabus
Introduction.
Agenda.
What is a data structure.
types of data structure.
Arrays introduction.
Arrays implementation.
advantages and disadvantages of array.
Stack introduction.
Stack implementation.
Advantages and Disadvantages of Stack.
Queue introduction.
Queue implementation.
Advantages and disadvantages of Queue.
Linked List introduction.
Linked list implementation.
Advantages and disadvantages of Linked List.
Binary Tree.
Binary Tree implementation.
Advantages and disadvantages of Binary tree.
Binary Search Tree.
Binary search tree implementation.
Advantages and disadvantages of the binary search tree.
Graphs.
Breadth-First Search.
Depth First Search.
Hash Tables.
Hashing implementation.
Summary.
Taught by
Great Learning
Related Courses
Design of Computer ProgramsStanford University via Udacity Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera Intro to Algorithms
Udacity Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera