Skip to content

v0.4.0

Compare
Choose a tag to compare
@HotPotatoC HotPotatoC released this 15 Apr 15:39
· 1 commit to master since this release

Changelog

  • 1003199 ci: added test github action
  • 1ac07cf feat: added AVL Tree and updated BST data structure
  • 2ffd1df feat: added cmp parameter to support any types
  • fde34b4 feat: added more examples
  • 7df8ad3 fix(tree): incorrect expected value in bstree tests
  • 980898d refactor(example): optimized infixToPrefixExpression
  • f152feb refactor: changed type parameter V to T