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

HeapSort Visualizer And Time Complexity Analysis #393

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

Ananyashetty7
Copy link
Contributor

@Ananyashetty7 Ananyashetty7 commented Oct 9, 2024

Pull Request for PyVerse 💡

Requesting to submit a pull request to the PyVerse repository.


Issue Title

Please enter the title of the issue related to your pull request.
Enter the issue title here.

Heap Sort Visualizer With Time Complexity Analysis

  • [ Yes ] I have provided the issue title.

Info about the Related Issue

What's the goal of the project?
Describe the aim of the project.

  • [Yes ] I have described the aim of the project.
    The aim is to create an interactive visualizer for the Heap Sort algorithm, allowing users to understand how Heap Sort works step by step. The project will also include time complexity analysis for each phase of the sorting process.

Name

Please mention your name.
Enter your name here. : Ananya G Shetty

  • [ Yes ] I have provided my name.

GitHub ID

Please mention your GitHub ID.
Enter your GitHub ID here.: #152715005

  • [Yes ] I have provided my GitHub ID.

Email ID

Please mention your email ID for further communication.
Enter your email ID here.: [email protected]

  • [Yes ] I have provided my email ID.

Identify Yourself

Mention in which program you are contributing (e.g., WoB, GSSOC, SSOC, SWOC).
Enter your participant role here.: GSSOC

  • [ Yes] I have mentioned my participant role.

Closes

Enter the issue number that will be closed through this PR.
Closes: #issue-number:

#328

  • [ Yes] I have provided the issue number.

Describe the Add-ons or Changes You've Made

Give a clear description of what you have added or modified.
*Describe your changes here.*I have added the Heap sort folder in data structure and algorithm which has both the heapsort visualizer and timecomplexity code.

  • [Yes ] I have described my changes.

Type of Change

Select the type of change:

  • Bug fix (non-breaking change which fixes an issue)
  • [Yes ] 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?

Describe how your changes have been tested.
Describe your testing process here.
I have tested in my localhost

  • [ Yes] I have described my testing process.

Checklist

Please confirm the following:

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

Copy link

github-actions bot commented Oct 9, 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 9, 2024 15:13
@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Review Ongoing PR is currently under review and awaiting feedback from reviewers. level2 gssoc-ext hacktoberfest labels Oct 9, 2024
@Ananyashetty7
Copy link
Contributor Author

@UTSAVS26 Can you please give me a confirmation about my contribution?

@UTSAVS26 UTSAVS26 merged commit 5259679 into UTSAVS26:main Oct 11, 2024
1 check passed
@UTSAVS26 UTSAVS26 added Status: Approved PRs that have passed review and are approved for merging. hacktoberfest-accepted and removed Status: Review Ongoing PR is currently under review and awaiting feedback from reviewers. labels Oct 11, 2024
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 level2 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.

2 participants