LeetCode βœ…πŸ˜ŽπŸ˜Ž

Popular LeetCode questions you must solve βœ…πŸ˜ŽπŸ˜Ž

How did I select the below questions?

Let's first focus on solving these questions. I selected them from various places including Udemy courses where they had marked these as popular questions. So, I'm sure these would help me a lot.

How to select Leetcode questions for interviews?

Read Algo monster blog below

Algo monster 1
Algo monster 2

Questions I would solve. This list will increase as I go and I keep adding the new questions and also the info where I found it saying they are useful.

Questions (E- Easy, M-Med, H-Hard)

Topics

Who said this is important

283 (E), 881(M), 941 (E), 11(M), 3(M), 34(M), 278(E)

Arrays and Strings(Includes Google asked)

268(E), 204(E), 136(E), 657(E)

Math(Includes Microsoft asked)

1(E), 217(E), 169(E), 49(M), 454(M), 146(M), 76(H)

Hashtables / Maps(Includes Facebook asked)

21(E), 141(E), 206(E), 2(M), 19(M), 328(M), 23(H)

Linked List (Includes Amazon asked)

78(M), 17(M), 79(M), 39(M), 131(M)

Backtracking (Includes Uber asked)

101(E), 104(E), 112(E), 236(M), 230(M), 297(H), 124(H)

Trees and Graphs(Includes Apple asked)

155(E), 20(E), 102(M), 103(M), 145(M)

Stacks and Queues(Includes Bloomberg asked)

198(E), 121(E), 70(E), 322(M), 62(M), 5(M), 42(H), 42(H)

Dynamic Programming(Includes Google asked)

Amazon LeetCode Questions (72 questions)

Amazon leetcode questions

Video Explanation

1. Two Sum - Easy (Array)

Two Sum

array | hash-table

2. Add Two Numbers - Medium (Linked List)

Add Two Numbers

linked-list | math

3. Longest Substring without repeating characters - Medium (Strings)

hash-table | two-pointers | string | sliding-window

Last updated

Was this helpful?