Skip to content

Commit

Permalink
Optimized tree traversal algorithms (scikit-bio#2093)
Browse files Browse the repository at this point in the history
* optimized preorder

* optimized levelorder

* micro optimization

* improved documentation

* fixed typo

* added ascii arts

* fixed typos

* updated changelog
  • Loading branch information
qiyunzhu authored Jul 26, 2024
1 parent c3bfcbe commit 66d4d83
Show file tree
Hide file tree
Showing 3 changed files with 225 additions and 103 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Version 0.6.3-dev

### Performance enhancements

* Improved the performance of tree traversal algorithms ([#2093](https://github.com/scikit-bio/scikit-bio/pull/2093)).


## Version 0.6.2

Expand Down
Loading

0 comments on commit 66d4d83

Please sign in to comment.