Video description
This is an animated, visual and spatial way to learn data structures and algorithms. Our brains process different types of information differently - evolutionary we are wired to absorb information best when it is visual and spatial i.e. when we can close our eyes and see it. More than most other concepts, Data Structures and Algorithms are best learned visually. These are incredibly easy to learn visually, very hard to understand most other ways. This course has been put together by a team with tons of everyday experience in thinking about these concepts and using them at work at Google, Microsoft, and Flipkart What's Covered: Big-O notation and complexity, Stacks, Queues, Trees, Heaps, Graphs, and Graph Algorithms, Linked lists, Sorting, Searching.
What You Will Learn
- Visualise - really vividly imagine - the common data structures, and the algorithms applied to them
- Pick the correct tool for the job - correctly identify which data structure or algorithm makes sense in a particular situation
- Calculate the time and space complexity of code - really understand the nuances of the performance aspects of code
Audience
Yep! Computer Science and Engineering grads who are looking to really visualise data structures, and internalise how they workYep! Experienced software engineers who are looking to refresh important fundamental concepts
About The Author
Loonycorn: Janani Ravi is a certified Google Cloud Architect and Data Engineer. She has earned her master's degree in electrical engineering from Stanford. She is currently in Loonycorn, a technical video content studio, of which she is a cofounder. Prior to co-founding Loonycorn, she worked at various leading companies, such as Google and Microsoft, for several years as a software engineer.
Table of contents
- Chapter 1 : What this course is about
- Chapter 2 : Data Structures And Algorithms - A Symbiotic Relationship
- Chapter 3 : Complexity Analysis and the Big-O Notation
- Chapter 4 : Linked Lists
- Chapter 5 : Stacks And Queues
- Chapter 6 : Sorting and Searching
- Chapter 7 : Binary Trees
- Chapter 8 : Binary Search Trees
- Chapter 9 : Binary Tree Problems
- Chapter 10 : Heaps
- Chapter 11 : Revisiting Sorting - The Heap Sort
- Chapter 12 : Heap Problems
- Chapter 13 : Graphs
- Chapter 14 : Graph Algorithms
-
Chapter 15 : Shortest Path Algorithms
- Introduction To Shortest Path In An Unweighted Graph - The Distance Table
- The Shortest Path Algorithm Visualized
- Implementation Of The Shortest Path In An Unweighted Graph
- Introduction To The Weighted Graph
- Shortest Path In A Weighted Graph - A Greedy Algorithm
- Dijkstra's Algorithm Visualized
- Implementation Of Dijkstra's Algorithm
- Introduction To The Bellman Ford Algorithm
- The Bellman Ford Algorithm Visualized
- Dealing With Negative Cycles In The Bellman Ford Algorithm
- Implementation Of The Bellman Ford Algorithm
- Chapter 16 : Spanning Tree Algorithms
- Chapter 17 : Graph Problems
Product information
- Title: From 0 to 1: Data Structures & Algorithms in Java
- Author(s):
- Release date: September 2017
- Publisher(s): Packt Publishing
- ISBN: 9781788626767
You might also like
video
Introduction to Data Structures & Algorithms in Java
This course introduces some basic data structures (arrays, linked lists, stacks, queues, trees and heaps) and …
video
Algorithms: 24-part Lecture Series
Algorithms, Deluxe Edition, Fourth Edition These Algorithms Video Lectures cover the essential information that every serious …
video
Clean Code Fundamentals
Expanded Edition (Updated February 2022) Updated with episodes from SOLID Principles and Advanced TDD in the …
book
Codeless Data Structures and Algorithms: Learn DSA Without Writing a Single Line of Code
In the era of self-taught developers and programmers, essential topics in the industry are frequently learned …