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: 2632-curry/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
<h2><ahref="https://leetcode.com/problems/curry/">2632. Curry</a></h2><h3>Medium</h3><hr><div><p>Given a function <code>fn</code>, return a <strong>curried</strong> version of that function.</p>
1
+
<h2><ahref="https://leetcode.com/problems/curry/">2632. Curry</a></h2><imgsrc="https://img.shields.io/badge/Medium-FECC00"alt="Medium" /><hr><div><p>Given a function <code>fn</code>, return a <strong>curried</strong> version of that function.</p>
2
2
3
3
<p>A <strong>curried</strong> function is a function that accepts fewer or an equal number of parameters as the original function and returns either another <strong>curried</strong> function or the same value the original function would have returned.</p>
0 commit comments