Skip to content

Commit cf6b52f

Browse files
Update README.md
1 parent 2502a9c commit cf6b52f

File tree

1 file changed

+1
-1
lines changed
  • 2747-apply-transform-over-each-element-in-array

1 file changed

+1
-1
lines changed

2747-apply-transform-over-each-element-in-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/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&nbsp;<code>arr</code>&nbsp;and a mapping function&nbsp;<code>fn</code>, return&nbsp;a new array with a transformation applied to each element.</p>
1+
<h2><a href="https://leetcode.com/problems/apply-transform-over-each-element-in-array">2747. Apply Transform Over Each Element in Array</a></h2><img src="https://img.shields.io/badge/Easy-brightgreen" alt="Easy" /><hr><p>Given an integer array&nbsp;<code>arr</code>&nbsp;and a mapping function&nbsp;<code>fn</code>, return&nbsp;a new array with a transformation applied to each element.</p>
22

33
<p>The returned array should be created such that&nbsp;<code>returnedArray[i] = fn(arr[i], i)</code>.</p>
44

0 commit comments

Comments
 (0)