Skip to content

Commit 8aea15f

Browse files
Update README.md
1 parent cfa7b25 commit 8aea15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2675-array-of-objects-to-matrix/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/array-of-objects-to-matrix/">2675. Array of Objects to Matrix</a></h2><h3>Medium</h3><hr><div><p>Write a function that converts an array of objects&nbsp;<code>arr</code> into a matrix <code>m</code>.</p>
1+
<h2><a href="https://leetcode.com/problems/array-of-objects-to-matrix/">2675. Array of Objects to Matrix</a></h2><img src="https://img.shields.io/badge/Medium-FECC00" alt="Medium" /><hr><div><p>Write a function that converts an array of objects&nbsp;<code>arr</code> into a matrix <code>m</code>.</p>
22

33
<p><code>arr</code>&nbsp;is an array of objects or arrays. Each item in the array can be deeply nested with child arrays and child objects. It can also contain numbers, strings, booleans, and&nbsp;null values.</p>
44

0 commit comments

Comments
 (0)