Skip to content

Commit a3f6a30

Browse files
authored
Update create-target-array-in-the-given-order.cpp
1 parent 3a3e778 commit a3f6a30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

C++/create-target-array-in-the-given-order.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Time: O(n^2)
22
// Space: O(n)
3+
34
class Solution {
45
public:
56
vector<int> createTargetArray(vector<int>& nums, vector<int>& index) {

0 commit comments

Comments
 (0)