From 39a701f20124bdd1f5e7403e6709459ddbd879d2 Mon Sep 17 00:00:00 2001 From: Nishant Agrawal <41500636+nishantagrawal01@users.noreply.github.com> Date: Sat, 30 Oct 2021 16:42:53 +0530 Subject: [PATCH 1/2] Update index.js --- src/data/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/data/index.js b/src/data/index.js index e7de6516..e359b1f8 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -2139,6 +2139,15 @@ const questions = [ premium: false, companies: ['Amazon', 'Microsoft', 'Bloomberg', 'Apple', 'Adobe'], }, + { + id: 2022, + name: 'Convert 1D Array Into 2D Array', + url: 'https://leetcode.com/problems/convert-1d-array-into-2d-array/', + pattern: ['Arrays-Adhoc'], + difficulty: 'Easy', + premium: false, + companies: ['Amazon'], + }, ]; const sortBy = { Easy: 0, Medium: 1, Hard: 2 }; From 803aab514a9230f94ffb31bcc3cfc02a482e8a38 Mon Sep 17 00:00:00 2001 From: Nishant Agrawal <41500636+nishantagrawal01@users.noreply.github.com> Date: Sun, 31 Oct 2021 15:53:50 +0530 Subject: [PATCH 2/2] Update index.js --- src/data/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/index.js b/src/data/index.js index e359b1f8..1ca836f9 100644 --- a/src/data/index.js +++ b/src/data/index.js @@ -2140,7 +2140,7 @@ const questions = [ companies: ['Amazon', 'Microsoft', 'Bloomberg', 'Apple', 'Adobe'], }, { - id: 2022, + id: 170, name: 'Convert 1D Array Into 2D Array', url: 'https://leetcode.com/problems/convert-1d-array-into-2d-array/', pattern: ['Arrays-Adhoc'],