TOP INTERVIEW QUESTIONS

Introduction

This is LeetCode's official curated list of Top classic interview questions to help you land your dream job.

Just like any other skills, coding interview is one area where you can greatly improve with deliberate practice.

Most of the classic interview questions have multiple solution approaches. For the best practice result, we strongly advise you to go through this list at least a second time, or even better - a third time.

By the second attempt, you may discover some new tricks or new methods. By the third time, you should find that your code appear to be more concise compared to your first attempt. If so, congratulations!

Remember: Deliberate practice does not mean looking for answers and memorizing it. You won't go very far with that approach. The more you are able to solve a problem yourself without any reference to answers, the more you will improve.

Array

Strings

Linked List

Trees

Sorting and Searching

Dynamic Programming

Design

Math

Others