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 Red Black Trees #560

Merged
merged 9 commits into from
Jun 12, 2024
Merged

Conversation

Kishan-Ved
Copy link
Contributor

@Kishan-Ved Kishan-Ved commented Jun 6, 2024

Related to: Google Summer of Code 2024, Kishan Ved

Objective

Add a C++ backend for Red Black Tree class.

Related issue: #550

@Kishan-Ved Kishan-Ved changed the title Created and registered RedBlackTrees, __new__() and __str__() done C++ backend for Red Black Trees Jun 6, 2024
Copy link

codecov bot commented Jun 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.425%. Comparing base (ec0b015) to head (bc02f34).
Report is 3 commits behind head on main.

Current head bc02f34 differs from pull request most recent head a6ad1d1

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

Additional details and impacted files
@@              Coverage Diff              @@
##              main      #560       +/-   ##
=============================================
- Coverage   97.552%   94.425%   -3.128%     
=============================================
  Files           34        36        +2     
  Lines         4331      4377       +46     
=============================================
- Hits          4225      4133       -92     
- Misses         106       244      +138     
Files Coverage Δ
pydatastructs/trees/binary_trees.py 83.626% <100.000%> (-14.239%) ⬇️

Impacted file tree graph

@Kishan-Ved Kishan-Ved marked this pull request as ready for review June 11, 2024 10:58
@czgdp1807 czgdp1807 merged commit c17fe9c into codezonediitj:main Jun 12, 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.

2 participants