Course Content
Subtitle Guide – Hướng dẫn thêm phụ đề
0/1
18 – Thank You
0/1
Master the Coding Interview: Data Structures + Algorithms
About Lesson

If you would like to practice real life interview questions asked by Google, then here they are below. Keep in mind that it will be hard to just get everything right from the beginning. With enough practice you will become better and better, but there is an entire community of us learning, so I recommend you tackle these questions together with our online Discord community (see lesson #3 in this course for the link) and join the conversation and tackle problems in the #interview-questions channel:

1. Past Google Interview Questions

2. From Leetcode:

#155 Min Stack

#200 Number of Islands

#20 Valid Parentheses

#42 Trapping Rain Water

#56 Merge Intervals

#681 Next Closest Time

#139 Word Break

#31 Next Permutation

3. Bonus Interview Question asked by Google:

Write a function which will remove any given character from a String(solution in Java)

Join the conversation