We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3e778 commit a3f6a30Copy full SHA for a3f6a30
C++/create-target-array-in-the-given-order.cpp
@@ -1,5 +1,6 @@
1
// Time: O(n^2)
2
// Space: O(n)
3
+
4
class Solution {
5
public:
6
vector<int> createTargetArray(vector<int>& nums, vector<int>& index) {
0 commit comments