You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2747-apply-transform-over-each-element-in-array/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<h2><ahref="https://leetcode.com/problems/apply-transform-over-each-element-in-array">2747. Apply Transform Over Each Element in Array</a></h2><h3>Easy</h3><hr><p>Given an integer array <code>arr</code> and a mapping function <code>fn</code>, return a new array with a transformation applied to each element.</p>
1
+
<h2><ahref="https://leetcode.com/problems/apply-transform-over-each-element-in-array">2747. Apply Transform Over Each Element in Array</a></h2><imgsrc="https://img.shields.io/badge/Easy-brightgreen"alt="Easy" /><hr><p>Given an integer array <code>arr</code> and a mapping function <code>fn</code>, return a new array with a transformation applied to each element.</p>
2
2
3
3
<p>The returned array should be created such that <code>returnedArray[i] = fn(arr[i], i)</code>.</p>
0 commit comments