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

issue-#6 added some java dsa programs with optimal solution #583

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Bhavik-prajapati
Copy link

issue - #6
Issue Link: #6 -

Summary:

In this pull request, I have addressed issue #6, which involved adding several programs related to data structures and algorithms (DSA). Additionally, I have provided both brute-force and optimized solutions for some of these programs.

Changes Made:

Program Additions: I have added a set of programs that cover various data structures and algorithmic concepts. These programs include solutions to problems commonly found on LeetCode, helping learners practice DSA in the context of real-world scenarios.

Optimized Solutions: For several of the added programs, I have included optimized solutions that improve time and space complexity over the brute-force approaches. These optimizations are explained in code comments and accompanying documentation.

Better Approach: Alongside the optimized solutions, I have documented the thought process and rationale behind choosing the optimized approach over the brute-force one. This provides valuable insights for learners to understand algorithmic thinking.

Checklist:

All code adheres to the project's coding style guidelines.
I have tested the programs to ensure they work as expected.
The code includes appropriate comments and explanations.
Documentation has been updated to reflect the changes.
I have run the code through linting and formatting tools, addressing any issues.
This pull request is ready for review.
Reviewers:

Mention any specific reviewers or team members you'd like to assign for reviewing this pull request.
Closing Note:

Thank you for considering this contribution. I believe these additions will enhance the repository's educational value and help learners grasp DSA concepts with practical examples. Please feel free to provide feedback, and I'll be happy to make any necessary adjustments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant