diff --git a/src/data/questions.json b/src/data/questions.json index 3c1fa58a..9e45d80b 100644 --- a/src/data/questions.json +++ b/src/data/questions.json @@ -11265,6 +11265,296 @@ "frequency": 2 } ] + }, + { + "id": 175, + "title": "Minimum Operations to Write the Letter Y on a Grid", + "slug": "minimum-operations-to-write-the-letter-y-on-a-grid", + "pattern": [ + "Arrays", + "Hash Table", + "Matrix", + "Counting" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 3 + } + ] + }, + { + "id": 176, + "title": "Block Placement Queries", + "slug": "block-placement-queries", + "pattern": [ + "Arrays", + "Binary Search", + "Binary Indexed Tree", + "Segment Tree" + ], + "difficulty": "Hard", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 4 + } + ] + }, + { + "id": 177, + "title": "Rotating the Box", + "slug": "rotating-the-box", + "pattern": [ + "Arrays", + "Two Pointers", + "Matrix" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 2 + } + ] + }, + { + "id": 178, + "title": "Simple Bank System", + "slug": "simple-bank-system", + "pattern": [ + "Arrays", + "Hash Table", + "Design", + "Simulation" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 5 + } + ] + }, + { + "id": 179, + "title": "Number of Black Blocks", + "slug": "number-of-black-blocks", + "pattern": [ + "Arrays", + "Hash Table", + "Enumeration" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 3 + } + ] + }, + { + "id": 180, + "title": "Candy Crush", + "slug": "candy-crush", + "pattern": [ + "Arrays", + "Two Pointers", + "Matrix", + "Simulation" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 4 + } + ] + }, + { + "id": 181, + "title": "Number of Subarrays That Match a Pattern I", + "slug": "number-of-subarrays-that-match-a-pattern-i", + "pattern": [ + "Arrays", + "Rolling Hash", + "String Matching", + "Hash Function" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 2 + } + ] + }, + { + "id": 182, + "title": "Count Prefix and Suffix Pairs II", + "slug": "count-prefix-and-suffix-pairs-ii", + "pattern": [ + "Arrays", + "String", + "Trie", + "Rolling Hash", + "String Matching", + "Hash Function" + ], + "difficulty": "Hard", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 3 + } + ] + }, + { + "id": 183, + "title": "Largest Rectangle in Histogram", + "slug": "largest-rectangle-in-histogram", + "pattern": [ + "Arrays", + "Stack", + "Monotonic Stack" + ], + "difficulty": "Hard", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 5 + } + ] + }, + { + "id": 184, + "title": "Simplify Path", + "slug": "simplify-path", + "pattern": [ + "String", + "Stack" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 4 + } + ] + }, + { + "id": 185, + "title": "Rotate Image", + "slug": "rotate-image", + "pattern": [ + "Arrays", + "Math", + "Matrix" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 3 + } + ] + }, + { + "id": 186, + "title": "Number of Adjacent Elements With the Same Color", + "slug": "number-of-adjacent-elements-with-the-same-color", + "pattern": [ + "Arrays" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 2 + } + ] + }, + { + "id": 187, + "title": "Merge Intervals", + "slug": "merge-intervals", + "pattern": [ + "Arrays", + "Sorting" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 5 + } + ] + }, + { + "id": 188, + "title": "LRU Cache", + "slug": "lru-cache", + "pattern": [ + "Hash Table", + "Linked List", + "Design", + "Doubly-Linked List" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 4 + } + ] + }, + { + "id": 189, + "title": "Spiral Matrix", + "slug": "spiral-matrix", + "pattern": [ + "Arrays", + "Matrix", + "Simulation" + ], + "difficulty": "Medium", + "premium": false, + "companies": [ + { + "name": "Capital One", + "slug": "capital-one", + "frequency": 3 + } + ] } ] } \ No newline at end of file