The Ultimate Data Structures & Algorithms: Part 2

The Ultimate Data Structures & Algorithms: Part 2

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 6 Hours | 7.52 GB

Ace your coding job interview. Learn to write better and faster code

Studied Computer Science – but never really understood the complex topic of data structures and algorithms? Or maybe you’re a self-taught programmer, with little to no knowledge of this important topic. Or perhaps you failed a job interview because you couldn’t answer basic data structure and algorithm questions.

Data structures and algorithms are patterns for solving problems. Developers who know more about data structures and algorithms are better at solving problems.

That’s why companies like Google, Microsoft and Amazon, always include interview questions on data structures and algorithms. They want to assess your problem-solving skills. They don’t care how many programming languages and frameworks you’re familiar with.

This course is the second of a series. In the first part, we covered the linear data structures (Arrays, Linked Lists, Stacks, Queues and Hash Tables). In this part, we’ll be focusing on non-linear data structures. Part 3 is about searching, sorting and string manipulation algorithms.

Here’s what you’re going to learn in this part:

  • Binary Trees
  • AVL Trees
  • Heaps
  • Tries
  • Graphs