Book Image

From 0 to 1: Data Structures & Algorithms in Java [Video]

By : Janani Ravi
Book Image

From 0 to 1: Data Structures & Algorithms in Java [Video]

By: Janani Ravi

Overview of this book

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. The code bundle is available at https://github.com/PacktPublishing/From-0-to-1-Data-Structures-Algorithms-in-Java
Table of Contents (17 chapters)
Free Chapter
1
What this course is about
2
Data Structures And Algorithms - A Symbiotic Relationship
Chapter 6
Sorting and Searching
Content Locked
Section 1
Sorting Trade-Offs
Let’s understand characteristics which can be used to determine which sorting algorithm is the right one for a system.