Leetcode - Blind75 - Easy
"Do the difficult things while they are easy and do the great things while they are small. A journey of a thousand miles must begin with a single step."
This blog is part of my leetcode journey blog and you can access the complete list here.
Let's take a look at the complete list of Easy problems:
-
1. Two Sum EasyArray & Hash Table
-
20. Valid Parentheses EasyString - Stack
-
21. Merge Two Sorted Lists EasyLinked List - Recursion
-
70. Climbing Stairs EasyMath - Dynamic Programming - Memoization
-
100. Same Tree EasyTree - Depth-First Search - Breadth-First Search - Binary Tree
-
104. Maximum Depth of Binary Tree EasyTree - Depth-First Search - Breadth-First Search - Binary Tree
-
121. Best Time to Buy Stock EasyArray - Dynamic Programming
-
125. Valid Palindrome EasyTwo Pointers - String
-
141. Linked List Cycle EasyHash Table - Linked List - Two Pointers
-
190. Reverse Bits EasyDivide and Conquer - Bit Manipulation
-
191. Number of 1 Bits EasyDivide and Conquer - Bit Manipulation
Comments
Post a Comment