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

These exercises are completely optional if you want to practice more interview questions related to Arrays. You can also come back to these once you have finished the course. I recommend you watch the video titled How To Use Leetcode in the Bonus section of the course at the very end to see how you can do these problems and see solutions in any language that you chose.

Arrays:

1. Two Sum

2. Maximum Subarray

3. Move Zeroes

4. Contains Duplicate

5. Rotate Array

Bonus:
This question is the type of problems that can be done using what we know about arrays, or even regular expressions.

Longest Word

Join the conversation