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

added visualisaton file in the tree #266

Merged
merged 8 commits into from
Oct 8, 2024
Merged

Conversation

BenakDeepak
Copy link
Contributor

Pull Request for PyVerse πŸ’‘

Issue Title : <!-- πŸ§‘β€πŸ’»: enhancing the visualization by step by step analysis of the tree #186

-->

  • Info about the related issue (Aim of the project) :
  • Name: <!--Benak Deepak->
  • GitHub ID:
  • Email ID:
  • Idenitfy yourself: (Mention in which program you are contributing in)

Closes: #186

Describe the add-ons or changes you've made πŸ“ƒ

β˜‘οΈadded a folder named visualizer at the location

PyVerse/tree/main/Algorithms_and_Data_Structures

β˜‘οΈ The folder consist of 4 files with includes the binary_search_tree,binary_tree,heap_sort and tree_traversal
these are the visualtion I have added

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? βš™οΈ

Describe how it has been tested
Describe how have you verified the changes made
I have executed the code in my localhost and the tree generated by the visualizer are also correct which is verified for online resourses

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.

Copy link

github-actions bot commented Oct 8, 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 8, 2024 02:10
@UTSAVS26 UTSAVS26 merged commit c69a1af into UTSAVS26:main Oct 8, 2024
1 check passed
@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. level2 gssoc-ext hacktoberfest hacktoberfest-accepted labels Oct 8, 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.

πŸ§‘β€πŸ’»: enhancing the visualization by step by step analysis of the tree
2 participants