Skip to content

Added Solutions for Leetcode 2353 #3642

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 2 commits into from
Jul 20, 2024

Conversation

shreyash3087
Copy link
Contributor

Related Issue

None

Description

This PR Provides Solutions for Leetcode 2353 and is made in context to - GSSoC24/Contributor#502 (reply in thread).

Type of PR

  • Bug fix
  • Feature enhancement
  • Documentation update
  • Security enhancement
  • Other (specify): _______________

Screenshots / Videos (if applicable)

screencapture-localhost-3000-dsa-solutions-lc-solutions-2300-2399-design-a-food-rating-system-2024-07-20-14_08_18

Checklist

  • I have performed a self-review of my code.
  • I have read and followed the Contribution Guidelines.
  • I have tested the changes thoroughly before submitting this pull request.
  • I have provided relevant issue numbers, screenshots, and videos after making the changes.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have followed the code style guidelines of this project.
  • I have checked for any existing open issues that my pull request may address.
  • I have ensured that my changes do not break any existing functionality.
  • Each contributor is allowed to create a maximum of 4 issues per day. This helps us manage and address issues efficiently.
  • I have read the resources for guidance listed below.
  • I have followed security best practices in my code changes.

Additional Context

This PR is made in context to sanjay sir's advice in - GSSoC24/Contributor#502 (reply in thread)

In order to compensate for the PR losses due to the url issue.

Copy link
Contributor

deepsource-io bot commented Jul 20, 2024

Here's the code health analysis summary for commits 3c30eb0..3efa218. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, @shreyash3087! 🎉 Thank you for submitting your pull request to CodeHarborHub. We appreciate your contribution and enthusiasm! Our team will review it soon. If you have any questions or need further assistance, feel free to reach out. Thanks for contributing!

@shreyash3087
Copy link
Contributor Author

shreyash3087 commented Jul 20, 2024

@ajay-dhangar I hope you are doing well.

I have made this PR in accordance of Sanjay Sir's Advice in - GSSoC24/Contributor#502 (reply in thread)

So Far 8 of my PR has been deleted from the leaderboard due to the glitch

these are the prs-

#995

#1015

#1022

#1080

#1112

#1115

#1146

#1151

that are deleted from lb

To compoensate for these PR I will raise 2 PR's as sanjay sir said in the discussion and i request you to merge them with level 3 each so that it compensates for the lost PR's

Merging this PR as level 3 will give me points equivalent to 4 of my lost PR's

Therfore i request you to consider this message before merging this pr

@ajay-dhangar
Copy link
Member

Hey @shreyash3087, could you please reopen your PRs? They aren't currently being counted towards your score on the leaderboard. Feel free to make changes to grammar and maybe add a few words. After you're done, I'll merge them again with the main branch, and they will be counted towards your score.

Copy link

github-actions bot commented Jul 20, 2024

⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀

🔗 Site: CodeHarborHub | Live Site

URL 🌐 Performance Accessibility Best Practices SEO 📊
/ 🔴 27 🟡 86 🟡 75 🟡 86 📄
/docs 🔴 43 🟢 96 🟢 96 🟢 100 📄
/docs/category/javascript 🔴 46 🟢 96 🟢 96 🟢 100 📄
/courses 🔴 43 🟢 96 🟢 96 🟢 100 📄
/courses/category/reactjs 🔴 48 🟢 96 🟢 96 🟢 100 📄
/dsa-problems 🔴 49 🟢 96 🟢 96 🟢 100 📄
/dsa-problems/category/leetcode-problems 🔴 46 🟢 96 🟢 96 🟢 100 📄
/dsa-solutions 🟡 52 🟢 96 🟢 96 🟢 100 📄
/dsa-solutions/category/leetcode-solutions 🔴 46 🟢 96 🟢 96 🟢 100 📄
/blog 🔴 33 🟢 95 🟢 96 🟢 100 📄
/showcase 🔴 47 🟢 95 🟡 75 🟡 86 📄
/community 🔴 48 🟢 96 🟢 96 🟢 100 📄
/docs/tags 🔴 38 🟢 96 🟢 96 🟡 86 📄
/product 🟡 51 🟢 96 🟢 96 🟢 100 📄

@ajay-dhangar
Copy link
Member

@ajay-dhangar I hope you are doing well.

I have made this PR in accordance of Sanjay Sir's Advice in - GSSoC24/Contributor#502 (reply in thread)

So Far 8 of my PR has been deleted from the leaderboard due to the glitch

these are the prs-

#995

#1015

#1022

#1080

#1112

#1115

#1146

#1151

that are deleted from lb

To compoensate for these PR I will raise 2 PR's as sanjay sir said in the discussion and i request you to merge them with level 3 each so that it compensates for the lost PR's

Merging this PR as level 3 will give me points equivalent to 4 of my lost PR's

Therfore i request you to consider this message before merging this pr

Hey @shreyash3087, to calculate the score for your leaderboard, you'll need to add something to those files and then try it out at the bottom. Below is the code you need to include for your author profile in the documentation:

---

<h2>Authors:</h2>

<div style={{display: 'flex', flexWrap: 'wrap', justifyContent: 'space-between', gap: '10px'}}>
{['github_username'].map(username => (
 <Author key={username} username={username} />
))}
</div>

@shreyash3087
Copy link
Contributor Author

shreyash3087 commented Jul 20, 2024

@ajay-dhangar I Added -

---

<h2>Authors:</h2>

<div style={{display: 'flex', flexWrap: 'wrap', justifyContent: 'space-between', gap: '10px'}}>
{['shreyash3087'].map(username => (
 <Author key={username} username={username} />
))}
</div>

To all of my previous 51 PR's

@ajay-dhangar ajay-dhangar added GSSOC'24 GirlScript Summer of Code | Contributor level3 GirlScript Summer of Code | Contributor's Levels gssoc GirlScript Summer of Code | Contributor dsa-solution Label for solutions related to Data Structures & Algorithms. labels Jul 20, 2024
Copy link
Member

@ajay-dhangar ajay-dhangar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ajay-dhangar ajay-dhangar merged commit f4becf5 into codeharborhub:main Jul 20, 2024
5 of 6 checks passed
@sanjay-kv sanjay-kv removed the level3 GirlScript Summer of Code | Contributor's Levels label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dsa-solution Label for solutions related to Data Structures & Algorithms. gssoc GirlScript Summer of Code | Contributor GSSOC'24 GirlScript Summer of Code | Contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants