Skip to content

Commit 9ae25e6

Browse files
committed
chore(array) : readme file
1 parent f841062 commit 9ae25e6

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

simple_array/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# problem list
2+
3+
## easy
4+
5+
- [Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/)
6+
- [K-Diff Pairs in an Array](https://leetcode.com/problems/k-diff-pairs-in-an-array/)
7+
- [Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)
8+
9+
## medium
10+
11+
- [kth Largest Element in an Array](https://leetcode.com/problems/kth-largest-element-in-an-array/)
12+
- [Remove Duplicates from Sorted Array II](https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/)
13+
14+
## hard
15+
16+
- [Best Time to Buy and Sell Stock III](https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii/)

0 commit comments

Comments
 (0)