Book Image

Advanced Data Structures and Algorithms in Java 9 [Video]

By : Debasish Ray Chawdhuri
Book Image

Advanced Data Structures and Algorithms in Java 9 [Video]

By: Debasish Ray Chawdhuri

Overview of this book

<p>Advanced Data Structures and Algorithms in Java 9 covers classical, functional, and reactive data structures, giving you the ability to understand computational complexity, solve problems, and write efficient code. This video is based on the Zero Bug Bounce milestone of Java 9. We start off with the basics of algorithms and data structures, helping you understand the fundamentals and measure complexity. You will also get a clear picture of reactive programming, binary searches, sorting, search trees, undirected graphs, and a whole lot more!</p> <h2>Style and Approach</h2> <p>This course is a step-by-step guide; each concept is explained before every exercise</p>
Table of Contents (6 chapters)
Chapter 4
Advanced General Purpose Data Structures
Content Locked
Section 2
Linked Heap
A linked heap is an actual binary tree where every node holds references to its children. This video handles the linked heap concepts. - Create linked heap, insert and remove elements - Compute complexities