Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@alexprut alexprut released this 14 Sep 08:49
· 46 commits to master since this release

v0.4.0 (2020-09-14)

Chore

  • bump v0.4.0
  • update dep versions

Fix

  • AVL Tree rotation height calculation error
  • IntervalTree delete fixup bug
  • RBT delete nullpoinexcept
  • BST successor bug
  • coveralls build
  • link to artifactory
  • MaxHeap: heapshort algorithm

Refactor

  • add private constructors, simplify ArrayList

Test

  • AVL Tree min, max, removal
  • intervaltree successor and delete methods
  • RBT successor and delete methods
  • BST successor and delete methods
  • DoubleLinkedList remove back, front, get head, prev, next
  • LinkedList get the head and next
  • more cases for IntervalTree
  • more cases for MinMaxHeap
  • more cases for RBT
  • more cases for AVLTree
  • add test MinHeap
  • add test MaxHeap
  • add test Stack