-
Notifications
You must be signed in to change notification settings - Fork 269
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
|
C++ backend for AVL Trees is ready to merge. |
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. |
Related to: Google Summer of Code 2024, Kishan Ved
Objective
Add a C++ backend for AVL Trees class.
Related issue: #550