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

Maximum Product Subarray #116

Closed
wants to merge 2 commits into from
Closed

Conversation

MeenakshiAM
Copy link

SkillShow! 🎊🎈

Welcome! πŸŽ‰

Thank you for visiting our repository! We're excited to have you here. If you find this project useful, please consider giving it a star! ⭐

πŸŽ‰ Have you reviewed the Contributing Guidelines? πŸ€” (Required)

  • [x ] YES
  • NO

πŸ“ Description

This is to solve the question Maximum Product Subarray. this is solved by using the sliding window algorithm.

πŸ”§ Fixes #103

🏷️ Initiative Participation

This pull request is associated with the following initiative.

  • 🌸 GSSoC (Girl Script Summer of Code)
  • 🌼 GSSoC 2024 Extd.
  • [x ] πŸ‚ Hacktoberfest 2024
  • ❄️ Script Winter of Code (SWoC)
  • β›„ Winter of Blockchain (WoB)
  • πŸ™‹β€β™‚οΈ Personal
  • πŸ“Œ Other (please specify): _______________

Copy link

@MeenakshiAM

It's great having you contribute to this project

Thank you for opening a Pull Request πŸ™Œ , Welcome to SkillShow πŸ’– We will review everything and get back to you :)

@Kushal997-das Kushal997-das added the hacktoberfest2024 Your contribution is part of Hacktoberfest 2024! πŸŽ‰ label Oct 28, 2024
Copy link
Owner

@Kushal997-das Kushal997-das left a comment

Choose a reason for hiding this comment

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

@MeenakshiAM Update data.json file.

@Kushal997-das Kushal997-das added Hold I’m waiting for additional responses before proceeding. No_Update It's been so long you are not responding to this issue so we are going to close the issue soon. Closed:🚫 This issue or PR is closed due to invalidity or prolonged inactivity and lack of updates. and removed Hold I’m waiting for additional responses before proceeding. labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Closed:🚫 This issue or PR is closed due to invalidity or prolonged inactivity and lack of updates. hacktoberfest2024 Your contribution is part of Hacktoberfest 2024! πŸŽ‰ No_Update It's been so long you are not responding to this issue so we are going to close the issue soon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Title: Maximum Product Subarray Problem using Sliding Window Algorithm
2 participants