Book Image

Learn Algorithms and Data Structures in Java for Day-to-Day Applications [Video]

By : Tomasz Lelek
Book Image

Learn Algorithms and Data Structures in Java for Day-to-Day Applications [Video]

By: Tomasz Lelek

Overview of this book

<p><span id="description" class="sugar_field">Programs are created from algorithms and data structures. Mastering these is an essential part of your development as a Java programmer. They are the main building blocks for each architectural pattern. Many courses treat data structures and algorithms as a theoretical computer science topics. This course relates every technique back to real-world problems and situations you will face working as a programmer. </span></p> <p><span id="description" class="sugar_field">You will start off with data structures before diving deeper into hash tables and hash functions. This will allow your programs to find the in-memory data they need, even with huge quantities of records stored in the memory. You’ll learn to use querying binary search trees. The course will take you through heapsort, quicksort, recursion, and tail recursion algorithms. You’ll get familiar with multithreading algorithms and probabilistic algorithms. You’ll also understand the importance of advanced data structures and graph algorithms. This will help you to build priority queues and save your time by keeping disgruntled users at bay.</span></p> <p><span id="description" class="sugar_field">User databases and minimal computing requirements are on the rise. It's important to write sophisticated applications and run them with improved performance, and this course helps you write these applications. It will help you to gain in-demand knowledge of key data structures and algorithms and prepare you for the next stage in your career as a developer.&nbsp;</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">The vision of the course is to get you acquainted with the core and advanced data structures and algorithms used for day-to-day applications. You’ll see how they work and how to use them effectively in your own programs. It’s full of step-by-step instructions, revealing examples, and clear explanations that will help you understand the practical application of each algorithm with scenario trade-offs.</span></span></p>
Table of Contents (5 chapters)
Chapter 1
Basic Data Structures
Content Locked
Section 5
Arrays — When We Need Fast Lookup
In this video, we will look into Arrays. - Explore how it is constructed - Learn how fast is it works with the help of an example