-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Add DSA Array Questions (Easy, Medium, Hard) #1249
Conversation
added arrays folder (containing easy ,medium ,hard questions) in java folder of the repo
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.
👋 Hi @Shreya7tripathy! Thank you for submitting your first pull request to the Algo project. Great job on the contribution! 🎉 We appreciate your efforts, and our team will review it soon. If you have any questions, feel free to ask. Keep up the great work! 🚀
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, @Shreya7tripathy! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.
⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀
|
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.
please carefully read our https://github.com/ajay-dhangar/algo/blob/main/CONTRIBUTING.md
Ok I will make the necessary changes soon |
Done changes. Please check @ajay-dhangar |
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.
Update your code based on suggestions
--- | ||
id: <remove-duplicates-sorted-array> | ||
title: <Remove Duplicates in-place from Sorted Array> | ||
sidebar_label: <Remove Duplicates in-place> | ||
sidebar_position: <1> | ||
description: <Given a sorted array, remove the duplicates in-place and return the new length.> | ||
tags: [<Array>, <In-place>, <DSA>] | ||
--- | ||
|
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.
same mistake so, can you resolve it
Thanks for guiding me. Sure I will do it now . @ajay-dhangar |
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.
Recheck your code
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
🎉🎉 Thank you for your contribution! Your PR #1249 has been merged! 🎉🎉 |
📥 Pull Request
Description
Added an
arrays
folder in thejava
folder containing easy, medium, and hard questions. This change contributes to improving the problem set available for Java enthusiasts and includes solutions categorized by difficulty levels.Fixes #1244 issue.
Type of change
Checklist: