From 940bb2df42c7f3b1971fb5c010e8e47780cd5c2e Mon Sep 17 00:00:00 2001 From: Sean Prashad <13009507+SeanPrashad@users.noreply.github.com> Date: Sun, 16 Jun 2024 09:12:40 -0400 Subject: [PATCH] Remove `populating-next-right-pointers-in-each-node-ii` --- src/data/questions.json | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/src/data/questions.json b/src/data/questions.json index a9882053..2ab3d5b3 100644 --- a/src/data/questions.json +++ b/src/data/questions.json @@ -7406,46 +7406,6 @@ } ] }, - { - "id": 126, - "title": "Populating Next Right Pointers in Each Node II", - "slug": "populating-next-right-pointers-in-each-node-ii", - "pattern": ["BFS"], - "difficulty": "Medium", - "premium": false, - "companies": [ - { - "name": "Microsoft", - "slug": "microsoft", - "frequency": 3 - }, - { - "name": "Snowflake", - "slug": "snowflake", - "frequency": 3 - }, - { - "name": "Amazon", - "slug": "amazon", - "frequency": 2 - }, - { - "name": "Bloomberg", - "slug": "bloomberg", - "frequency": 2 - }, - { - "name": "Citadel", - "slug": "citadel", - "frequency": 2 - }, - { - "name": "Walmart Labs", - "slug": "walmart-labs", - "frequency": 2 - } - ] - }, { "id": 127, "title": "Binary Tree Right Side View",