Skip to content

v12.0.1

Latest

Choose a tag to compare

@XhmikosR XhmikosR released this 07 Jun 06:18
· 1 commit to main since this release

What's Changed

  • Replace O(N^2) Set-merge traversal with O(N) post-order DFS for list form. This also avoids a potential RangeError on very deep trees. (#213)

Full Changelog: v12.0.0...v12.0.1