Skip to content

Commit 27b74bf

Browse files
Update README.md
1 parent 76ec880 commit 27b74bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2625-flatten-deeply-nested-array/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/flatten-deeply-nested-array/">2625. Flatten Deeply Nested Array</a></h2><h3>Medium</h3><hr><div><p>Given a&nbsp;<strong>multi-dimensional</strong> array&nbsp;<code>arr</code>&nbsp;and a depth <code>n</code>, return&nbsp;a&nbsp;<strong>flattened</strong>&nbsp;version of that array.</p>
1+
<h2><a href="https://leetcode.com/problems/flatten-deeply-nested-array/">2625. Flatten Deeply Nested Array</a></h2><img src="https://img.shields.io/badge/Medium-FECC00" alt="Medium" /><hr><div><p>Given a&nbsp;<strong>multi-dimensional</strong> array&nbsp;<code>arr</code>&nbsp;and a depth <code>n</code>, return&nbsp;a&nbsp;<strong>flattened</strong>&nbsp;version of that array.</p>
22

33
<p>A <strong>multi-dimensional</strong>&nbsp;array is a recursive data structure that contains integers or other&nbsp;<strong>multi-dimensional</strong>&nbsp;arrays.</p>
44

0 commit comments

Comments
 (0)