A storage for storing links and questions for storing
-
- Source: Leetcode
- Level: Easy
- Tags: Array, Hashmap
-
- Source: Leetcode
- Level: Medium
- Tags: Dynamic Programming,
-
- Source: Leetcode
- Level: Easy
- Tags: Array, Hashmap, Math
-
Kth Smallest Element in a sorted Matrix
- Source: Leetcode
- Level: Medium
- Tags: Heap, Binary Search
-
- Source: Leetcode
- Level: Easy
- Tags: DFS, BFS
-
- Source: Leetcode
- Level: Medium
- Tags: BFS, DFS, Graph, Topological Sort
-
Find all numbers disappeared in an matrix
- Source: Leetcode
- Level: Easy
- Tags: Array
-
- Source: Leetcode
- Level: Easy
- Tags: Dynamic Programming, Bit Manipulation, String
- Single Number
- Source: Leetcode
- Level: Easy
- Tags: Array, Bit Manipulation
- House Robber
- Source: Leetcode
- Level: Medium
- Tags: Math, Dynamic Programming
- Climbing Stairs
- Source: Leetcode
- Level: Easy
- Tags: Dynamic Programming, Recursion
- Product of Array except self
- Source: Leetcode
- Level: Medium
- Tags: Array, Math
- Longest Sbustring without Repeating Characters
- Source: Leetcode
- Level: Medium
- Tags: Sliding Window, Hashmap
- Longest Repeating Character Replacement
- Source: Leetcode
- Level: Medium
- Tags: Sliding Window, Hashmap