Skip to content

tree-v1.1.0-alpha

Latest

Choose a tag to compare

@architjain2002 architjain2002 released this 10 Apr 19:28
· 4 commits to master since this release

This is the next release with some major updates related to utility functionalities, fixed some bugs related to variadic templates. Tried to design a much more STL like container based Binary tree library.

In the next major release:
Iterators to the binary trees would be a major part.
Exception fixes to some of the methods.

In the minor releases:
Some bug fixes.
Improvements in readability.
Some new utility functionalities.