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

C++ backend for AVL Trees #564

Merged
merged 32 commits into from
Jul 8, 2024
Merged

C++ backend for AVL Trees #564

merged 32 commits into from
Jul 8, 2024

Conversation

Kishan-Ved
Copy link
Contributor

Related to: Google Summer of Code 2024, Kishan Ved

Objective

Add a C++ backend for AVL Trees class.

Related issue: #550

Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.882%. Comparing base (ec0b015) to head (e28a5ce).
Report is 6 commits behind head on main.

Current head e28a5ce differs from pull request most recent head 55cc2b8

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

Additional details and impacted files
@@              Coverage Diff              @@
##              main      #564       +/-   ##
=============================================
- Coverage   97.552%   96.882%   -0.670%     
=============================================
  Files           34        36        +2     
  Lines         4331      4395       +64     
=============================================
+ Hits          4225      4258       +33     
- Misses         106       137       +31     
Files Coverage Δ
pydatastructs/trees/binary_trees.py 94.811% <100.000%> (-3.054%) ⬇️

Impacted file tree graph

@Kishan-Ved
Copy link
Contributor Author

C++ backend for AVL Trees is ready to merge.

@Kishan-Ved
Copy link
Contributor Author

Kishan-Ved commented Jul 7, 2024

I have added information in the README file to run non benchmark tests using the terminal.

This is added as a sub heading in the testing section.

@czgdp1807 czgdp1807 merged commit d1bc67c into codezonediitj:main Jul 8, 2024
7 checks passed
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.

None yet

2 participants