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

Addition of Design and Analysis of Algorithms #93

Merged
merged 85 commits into from
Oct 4, 2024

Conversation

priyanka350
Copy link
Contributor

@priyanka350 priyanka350 commented Oct 4, 2024

Pull Request for PyVerse 💡

Issue Title : Design and Analysis of Algorithms (DAA)

  • Info about the related issue (Aim of the project) : Addition of Design and Analysis of Algorithms under DSA
  • Name: Priyanka Kumari
  • GitHub ID: https://github.com/priyanka350
  • Email ID: priyanka.tmsl2022@gmail.com
  • Idenitfy yourself: (Mention in which program you are contributing in. Eg. For a WoB 2024 participant it's, WoB Participant) GSSOC extd. 2024 Contributor

Closes: #24

Describe the add-ons or changes you've made 📃

Addition of Design and Analysis of Algorithms under DSA which covers the algorithm such as greedy algorithms, dynamic programming, divide and conquer, backtracking, branch and bound, all-pairs shortest path, single-source shortest path, graph traversal, minimum spanning trees (MST), and maximum flow.

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

The Design and Analysis of Algorithms (DAA) section under DSA was tested using unit tests and practical coding exercises to ensure accuracy and efficiency across various scenarios. I verified changes by reviewing the documentation, cross-referencing with established theories, and obtaining peer feedback to confirm correctness.

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

…ms/Single_Source_Shortest_path_problems/delelte.html
…ms/All_Pair_Shortest_path_problems/delete.html
Copy link

github-actions bot commented Oct 4, 2024

👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly!

Feel free to join our community on Discord to discuss more!

@github-actions github-actions bot requested a review from UTSAVS26 October 4, 2024 13:42
@UTSAVS26
Copy link
Owner

UTSAVS26 commented Oct 4, 2024

@priyanka350 you did a great job, I am changing its label from level1 to level3.
All the best for further contributions.

Copy link
Owner

@UTSAVS26 UTSAVS26 left a comment

Choose a reason for hiding this comment

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

You did a great job. 👏👏

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Approved ✔️ PRs that have passed review and are approved for merging. level3 gssoc-ext hacktoberfest hacktoberfest-accepted labels Oct 4, 2024
@UTSAVS26
Copy link
Owner

UTSAVS26 commented Oct 4, 2024

I am assigning you one more label Star Contributor : Awarded to those who deliver outstanding contributions that significantly enhance the project. This label recognizes exceptional skill, dedication, and innovation.

@UTSAVS26 UTSAVS26 added the Star Contributor Awarded to those who deliver outstanding contributions that significantly enhance the project. label Oct 4, 2024
@UTSAVS26 UTSAVS26 merged commit 33f5d13 into UTSAVS26:main Oct 4, 2024
1 check passed
@priyanka350
Copy link
Contributor Author

Thank you @UTSAVS26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest hacktoberfest-accepted level3 Star Contributor Awarded to those who deliver outstanding contributions that significantly enhance the project. Status: Approved ✔️ PRs that have passed review and are approved for merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: Design and Analysis of Algorithms (DAA)
2 participants