Skip to content

Add KthSmallestElementInBST implementation with test#7267

Closed
shreyash24-tech wants to merge 2 commits intoTheAlgorithms:masterfrom
shreyash24-tech:add-kth-smallest-bst
Closed

Add KthSmallestElementInBST implementation with test#7267
shreyash24-tech wants to merge 2 commits intoTheAlgorithms:masterfrom
shreyash24-tech:add-kth-smallest-bst

Conversation

@shreyash24-tech
Copy link

@shreyash24-tech shreyash24-tech commented Feb 13, 2026

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new algorithms include a corresponding test class that validates their functionality.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

codecov-commenter commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.34%. Comparing base (0c79d33) to head (f8cd208).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #7267      +/-   ##
============================================
+ Coverage     79.31%   79.34%   +0.02%     
- Complexity     6990     6997       +7     
============================================
  Files           781      782       +1     
  Lines         22958    22972      +14     
  Branches       4510     4513       +3     
============================================
+ Hits          18210    18226      +16     
  Misses         4020     4020              
+ Partials        728      726       -2     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

github-actions bot commented Mar 4, 2026

This pull request has been automatically closed because its workflows or checks failed and it has been inactive for more than 14 days. Please fix the workflows and reopen if you'd like to continue. Merging from main/master alone does not count as activity.

@github-actions github-actions bot closed this Mar 4, 2026
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