Skip to content

Commit 14356c6

Browse files
committed
chore(array) : readme file
1 parent c4b15d6 commit 14356c6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

simple_array/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
# problem list
22

3-
## easy
3+
## easy (10)
44

55
- Advance By Offsets
6+
- Remove a given element from an array
67
- [Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/)
78
- Increment Any Arbitrary Precision Integer
89
- [K-Diff Pairs in an Array](https://leetcode.com/problems/k-diff-pairs-in-an-array/)
910
- Minimum Steps To End
11+
- Display all Prime Numbers up to n
1012
- [Remove Duplicates from Sorted Array](https://leetcode.com/problems/remove-duplicates-from-sorted-array/)
1113
- [Shortest Unsorted Continuous Subarray](https://leetcode.com/problems/shortest-unsorted-continuous-subarray/)
1214
- [Third Maximum Number](https://leetcode.com/problems/third-maximum-number/)
1315

14-
## medium
16+
## medium (3)
1517

1618
- [kth Largest Element in an Array](https://leetcode.com/problems/kth-largest-element-in-an-array/)
1719
- Multiply Two Arbitrary Precision Integers
1820
- [Remove Duplicates from Sorted Array II](https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/)
1921

20-
## hard
22+
## hard (1)
2123

2224
- [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)