Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 585 Bytes

CHANGELOG.md

File metadata and controls

14 lines (13 loc) · 585 Bytes

1.0.0-beta.0 (2024-12-29)

Features

  • bst: The remove() method return the successfully deleted elements
  • bst: Change the order() method name to sequence()
  • avl: The remove() method return the successfully deleted elements
  • avl: Change the order() method name to sequence()

1.0.0-alpha.0 and 1.0.0-alpha.1 (2024-12-13)

Features

  • stack: First-in-last-out data container
  • queue: First-in-first-out data container
  • linklist: Nonlinear data container
  • bst: binary search tree
  • avl: balanced binary search tree