Skip to content
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

Merged
merged 4 commits into from
Nov 3, 2024

Conversation

Shreya7tripathy
Copy link
Contributor

📥 Pull Request

Description

Added an arrays folder in the java 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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

added arrays folder (containing easy ,medium ,hard questions) in java folder of the repo
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.

👋 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! 🚀

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, @Shreya7tripathy! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.

Copy link

github-actions bot commented Oct 24, 2024

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

🔗 Site: Algo | Live Site

URL 🌐 Performance Accessibility Best Practices SEO 📊
/algo/ 🟡 65 🟢 96 🟡 75 🟡 86 📄
/algo/docs 🟡 54 🟢 96 🟡 75 🟢 100 📄
/algo/blog 🟡 67 🟢 92 🟢 96 🟡 86 📄

@ajay-dhangar ajay-dhangar added gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. level1 GirlScript Summer of Code | Contributor's Levels labels Oct 25, 2024
Copy link
Owner

@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.

@Shreya7tripathy
Copy link
Contributor Author

please carefully read our https://github.com/ajay-dhangar/algo/blob/main/CONTRIBUTING.md

Ok I will make the necessary changes soon

@Shreya7tripathy
Copy link
Contributor Author

Done changes. Please check @ajay-dhangar

Copy link
Owner

@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.

Update your code based on suggestions

java/Arrays/1.Easy/Find missing number.md Outdated Show resolved Hide resolved
Comment on lines 1 to 9
---
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>]
---

Copy link
Owner

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

java/Arrays/2.Medium/Longest Subarray with sum K.md Outdated Show resolved Hide resolved
java/Arrays/3.Hard/Maximum Product Subarray.md Outdated Show resolved Hide resolved
java/Arrays/3.Hard/Reverse pairs.md Outdated Show resolved Hide resolved
@Shreya7tripathy
Copy link
Contributor Author

Thanks for guiding me. Sure I will do it now . @ajay-dhangar

Copy link
Owner

@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.

Recheck your code

java/Arrays/3.Hard/Reverse pairs.md Outdated Show resolved Hide resolved
Copy link
Owner

@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 a382cce into ajay-dhangar:main Nov 3, 2024
5 checks passed
Copy link

github-actions bot commented Nov 3, 2024

🎉🎉 Thank you for your contribution! Your PR #1249 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. level1 GirlScript Summer of Code | Contributor's Levels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Add DSA Array Questions (Easy, Medium, Hard)
2 participants