Array of Objects to Matrix — LeetCode 2675 Python Solution

HardLeetCode PremiumJavaScript
Problem
#2675
Reading time
2 min

The problem

Write a function that converts an array of objects arr into a matrix m. arr is an array of objects or arrays.

Example

Input
arr = [
Output
[
Explanation
There are two unique column names in the two objects: "a" and "b".

Complexity

MeasureComplexity
TimeO(n)
SpaceO(1) to O(n) auxiliary

Related problems

Frequently asked questions

How hard is LeetCode 2675. Array of Objects to Matrix?
LeetCode 2675. Array of Objects to Matrix is rated Hard on LeetCode.
What topics does LeetCode 2675. Array of Objects to Matrix cover?
LeetCode 2675. Array of Objects to Matrix is tagged JavaScript on LeetCode.
Is LeetCode 2675. Array of Objects to Matrix a premium problem?
Yes. LeetCode 2675. Array of Objects to Matrix is a LeetCode Premium problem, so the full statement and test cases require a paid LeetCode subscription.

Stuck on problems like this in a live interview?

Stealth Interview is a desktop app for macOS and Windows. It reads the problem off your screen and returns a working solution with a step-by-step explanation and its time and space complexity — invisible to screen sharing.

Get Stealth Interview