Skip to content

Conversation

@fgm
Copy link
Owner

@fgm fgm commented May 13, 2022

  • interface
  • support sort.Comparable too
  • make Walk*Order interruptible by function
  • make IndexOf at least stop on found
  • implement fmt.Stringer to provide a visualization (contents view is available via Enumerable)
  • provide a non-Intrinsic implementation

Fixes #5

@codecov
Copy link

codecov bot commented May 13, 2022

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.60%. Comparing base (db173c9) to head (faa5a99).

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
+ Coverage   98.21%   98.60%   +0.38%     
==========================================
  Files          15       16       +1     
  Lines         561      716     +155     
==========================================
+ Hits          551      706     +155     
  Misses          8        8              
  Partials        2        2              
Flag Coverage Δ
unittests 98.60% <100.00%> (+0.38%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@fgm fgm changed the title feat(bst): working except delete not implemented. feat(bst): Implement BinarySearchTree, including Enumerable and Countable May 14, 2022
@fgm fgm linked an issue May 14, 2022 that may be closed by this pull request
@fgm fgm force-pushed the bst branch 3 times, most recently from 3d48ac7 to 7a79ac9 Compare March 25, 2025 16:58
@fgm
Copy link
Owner Author

fgm commented Oct 23, 2025

@codecov-ai-reviewer tes

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.

Feature: provide a BinarySearchTree implementation.

2 participants