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

AVL tree library #102

Merged
merged 11 commits into from
Jun 10, 2024
Merged

AVL tree library #102

merged 11 commits into from
Jun 10, 2024

Conversation

mllwchrry
Copy link
Contributor

@mllwchrry mllwchrry commented May 20, 2024

  • Since this PR suggests a bug fix, the tests have been added and the coverage is 100%.
  • Since this PR introduces a new feature, the update has been discussed in an Issue or with the team.
  • This PR is just a minor change, like a typo fix.

Copy link
Member

@Hrom131 Hrom131 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@Arvolear Arvolear left a comment

Choose a reason for hiding this comment

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

🦄

Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e554591) to head (6a83bd6).
Report is 6 commits behind head on master.

Current head 6a83bd6 differs from pull request most recent head ab4b75d

Please upload reports for the commit ab4b75d to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##            master      #102    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           50        52     +2     
  Lines         2295      2599   +304     
  Branches       365       401    +36     
==========================================
+ Hits          2295      2599   +304     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Arvolear Arvolear marked this pull request as ready for review June 9, 2024 12:05
Copy link
Member

@Arvolear Arvolear left a comment

Choose a reason for hiding this comment

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

Bombarda

@Arvolear Arvolear merged commit d5a01b8 into master Jun 10, 2024
2 checks passed
@Arvolear Arvolear deleted the feat/avl-tree branch June 10, 2024 09:56
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.

3 participants