-
Notifications
You must be signed in to change notification settings - Fork 2
Add Explanations for Missing Problems #5
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements 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 needed
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements 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 needed
Add explain.md for
Largest number in one swap - EASY
Description:
Problem: https://www.geeksforgeeks.org/problems/largest-number-in-one-swap1520/1
Difficulty: Easy
Status: Solutions exist but explanation is missing
What's needed: explain.md with:
Problem statement
Approach & intuition
Complexity analysis
Example walkthrough