-
Notifications
You must be signed in to change notification settings - Fork 2
Explain Sum of subarray minimums #6
Copy link
Copy link
Open
0 / 10 of 1 issue completedLabels
documentationImprovements or additions to documentationImprovements or additions to documentationduplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationduplicateThis issue or pull request already existsThis issue or pull request already existsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
add explains for
Subarrays with First Element Minimum a medium level problem
Description:
Solution folder :-- https://github.com/ezabhishek1/DailyCode/tree/main/MEDIUM/Subarrays%20with%20First%20Element%20Minimum
Problem: https://www.geeksforgeeks.org/problems/subarrays-with-first-element-minimum/1
Difficulty: Medium
Status: Solutions exist but explanation is missing
What's needed: go add explanationin into explain.md with:
Problem statement
Approach & intuition
Complexity analysis
Example walkthrough