0% found this document useful (0 votes)
800 views

60 LeetCode Problems To Solve For Coding Interiew - Sheet1

This document lists over 50 LeetCode problems organized by topic including Linked List, Stack, Heap, HashMap, Graph, Tree, Dynamic Programming, Binary Search, Recursion, Sliding Window, Greedy + Backtracking, and Others. It provides the problem name, difficulty level, and dates the problems were solved to allow cloning the LeetCode problem list to your own account.

Uploaded by

ekansh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
800 views

60 LeetCode Problems To Solve For Coding Interiew - Sheet1

This document lists over 50 LeetCode problems organized by topic including Linked List, Stack, Heap, HashMap, Graph, Tree, Dynamic Programming, Binary Search, Recursion, Sliding Window, Greedy + Backtracking, and Others. It provides the problem name, difficulty level, and dates the problems were solved to allow cloning the LeetCode problem list to your own account.

Uploaded by

ekansh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

https://leetcode.

com/list/xo2bgr0r
LeetCode problem list. You can clone it to your account!!
Problem Difficulty Dates solved
LinkedList
Linked List Cycle Easy
Linked List Cycle II Medium
Remove Duplicates from Sorted List Easy
Remove Duplicates from Sorted List II Medium
Add Two Numbers Medium

Stack
Valid Parentheses Easy
Reverse Linked List Easy

Heap, PriorityQueue
Kth Largest Element in a Stream Easy
Top K Frequent Elements Medium
Find K Pairs with Smallest Sums Medium

HashMap
Two Sum Easy
Group Anagrams Medium
Intersection of Two Arrays Easy
Unique Email Addresses Easy
First Unique Character in a String Easy
Subarray Sum Equals K Medium

Graph, BFS, DFS


Number of Islands Medium
Max Area of Island Medium
Number of Connected Components in an Undirected Graph Medium
Word Ladder Medium

Tree, BST
Maximum Depth of Binary Tree Easy
Minimum Depth of Binary Tree Easy
Merge Two Binary Trees Easy
Convert Sorted Array to Binary Search Tree Easy
Path Sum Easy
Binary Tree Level Order Traversal Medium
Binary Tree Zigzag Level Order Traversal Medium
Validate Binary Search Tree Medium
Construct Binary Tree from Preorder and Inorder Traversal Medium

Dynamic Programming
Paint Fence Easy
Longest Increasing Subsequence Medium
Maximum Subarray Easy
Unique Paths Medium
Unique Paths II Medium
House Robber Easy
House Robber II Medium
Best Time to Buy and Sell Stock Easy
Best Time to Buy and Sell Stock II Easy
Word Break Medium
Coin Change Medium

Binary Search
Search Insert Position Easy
Find Minimum in Rotated Sorted Array Medium
Search in Rotated Sorted Array Medium
Capacity To Ship Packages Within D Days Medium

Recursion
Pow(x, n) Medium
K-th Symbol in Grammar Medium
Split BST Medium

Sliding Window
Longest Substring Without Repeating Characters Medium
Minimum Size Subarray Sum Medium

Greedy + Backtracking
Permutations Medium
Subsets Medium
Combination Sum Medium
Generate Parentheses Medium

Others
Move Zeroes Easy
Meeting Rooms Easy
Meeting Rooms II Medium
Is Subsequence Medium
Next Permutation Medium
String to Integer (atoi) Medium
ZigZag Conversion Medium

You might also like