From 0094d98c0fd7be761024bfa9904c5a60c88f6cbe Mon Sep 17 00:00:00 2001 From: Sean Prashad <13009507+SeanPrashad@users.noreply.github.com> Date: Wed, 16 Feb 2022 14:20:55 -0500 Subject: [PATCH] Correct spelling of minimum in Tips tab --- src/components/Tips/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Tips/index.js b/src/components/Tips/index.js index 95f3f9a8..54dbb500 100644 --- a/src/components/Tips/index.js +++ b/src/components/Tips/index.js @@ -31,7 +31,7 @@ If must solve in-place then - Swap corresponding values - Store one or more different values in the same pointer -If asked for maximum/minumum subarray/subset/options then +If asked for maximum/minimum subarray/subset/options then - Dynamic programming If asked for top/least K items then