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
Introduction to Computing 计算概论APeking University via Coursera Data Structures and Performance
University of California, San Diego via Coursera Foundations of Data Structures
Indian Institute of Technology Bombay via edX Algorithms and Data Structures
Microsoft via edX Data Structures and Design Patterns for Game Developers
University of Colorado System via Coursera