Closed Shreya7tripathy closed 3 weeks ago
π Hi @Shreya7tripathy! Thank you for opening your first issue on the Algo project. We're excited to help you out and appreciate your contribution. Please provide as much detail as possible to assist us in addressing the issue effectively. Welcome aboard! π
π Hi @Shreya7tripathy! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.
Feature Name
Add DSA Array Questions (Easy, Medium, Hard)
Feature Description
This feature will add 6 array-based DSA questions to the arrays folder which will be located in algo/java folder. The questions will be divided into three difficulty levels: 2 easy, 2 medium, and 2 hard. These questions will help users practice and improve their problem-solving skills in array-related problems, providing a structured approach to learning.
Motivation
Adding a diverse set of array questions will enhance the utility of the Algo repository, enabling users to practice arrays at different difficulty levels. It serves as a valuable resource for those looking to strengthen their understanding of Data Structures and Algorithms (DSA), particularly arrays.
Implementation Suggestions (Optional)
Create a new folder: algo/java/arrays/ Add 2 easy, 2 medium, and 2 hard questions . Consider adding a README.md in the arrays folder to give users a brief explanation and a list of questions.
Feature Type
New Algorithm
Does this feature require additional resources?
References (Optional)
Add links to relevant DSA resources such as LeetCode or GeeksforGeeks for array-based questions.