Skip to content

Added the Solution of Sum of beauty of all substrings - Issue No 1442 #1513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dsa-problems/leetcode-problems/1600-1699.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ export const problems = [
"problemName": "1670. Design Front Middle Back Queue",
"difficulty": "Medium",
"leetCodeLink": "https://leetcode.com/problems/design-front-middle-back-queue",
"solutionLink": "#"
"solutionLink": "/dsa-solutions/lc-solutions/1600-1699/design-front-middle-back-queue"
},
{
"problemName": "1671. Minimum Number of Removals to Make Mountain Array",
Expand Down
2 changes: 1 addition & 1 deletion dsa-problems/leetcode-problems/1700-1799.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ export const problems = [
"problemName": "1781. Sum of Beauty of All Substrings",
"difficulty": "Medium",
"leetCodeLink": "https://leetcode.com/problems/sum-of-beauty-of-all-substrings",
"solutionLink": "#"
"solutionLink": "/dsa-solutions/lc-solutions/1700-1799/sum-of-beauty-of-all-substrings"
},
{
"problemName": "1782. Count Pairs Of Nodes",
Expand Down
Loading
Loading