-
-
Notifications
You must be signed in to change notification settings - Fork 154
Docs: Added Solution to Leetcode 473 #1112
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
Docs: Added Solution to Leetcode 473 #1112
Conversation
|
There was a problem hiding this 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!
|
Here's the code health analysis summary for commits Analysis Summary
|
|
@ajay-dhangar Kindly Review and Merge It Thankyou |
ajay-dhangar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
@shreyash3087, you need to add something to this file to count its score on your leaderboard. Then, you can try it at the bottom. ---
<h2>Authors:</h2>
<div style={{display: 'flex', flexWrap: 'wrap', justifyContent: 'space-between', gap: '10px'}}>
{['github_username'].map(username => (
<Author key={username} username={username} />
))}
</div>for your author profile in docs |




Related Issue
Closes #1082
Description
This PR adds the solution to leetcode problem 473 - (Matchsticks to Square)
Type of PR
Screenshots / Videos (if applicable)
Checklist
Additional Context
N/A