ajay-dhangar / algo

This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on examples. Contributions and improvements are welcome!
https://ajay-dhangar.github.io/algo/
MIT License
70 stars 223 forks source link

[Feature]: Add DSA Array Questions (Easy, Medium, Hard) #1244

Closed Shreya7tripathy closed 3 weeks ago

Shreya7tripathy commented 1 month ago

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.

github-actions[bot] commented 1 month 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! 😊

github-actions[bot] commented 1 month ago

πŸ‘‹ Hi @Shreya7tripathy! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.