NeetCode:

[Neetcode] Algorithms and Data Structures for Beginners

Leetcode Pattern:

https://techdevguide.withgoogle.com/paths/data-structures-and-algorithms/

Fundamentals

To find the greatest amount of success when practicing, it is highly recommended to know the methods and runtimes of the following data structures and their operations:

In addition, you should have a good grasp on common algorithms such as:

Breadth-first search

Leetcode pattern: