Skip to content

Releases: brurucy/ftree

Release v1.2.0

09 Nov 12:10
Compare
Choose a tag to compare

[1.2.0] - 2024-11-09

Added

  • push and pop methods. Approach them with skepticism.

Release v1.1.0

24 May 17:17
Compare
Choose a tag to compare

[1.1.0] - 2024-05-24

Added

  • PartialEq, Eq, Ord, PartialOrd, Hash trait derivations

Release v1.0.1

17 Feb 21:49
Compare
Choose a tag to compare

[1.0.1] - 2024-02-17

Changed

  • Fixed a but that caused the ftree to loop forever. Thanks to @Cydhra

v1.0.0

14 Jul 16:14
Compare
Choose a tag to compare

[1.0.0] - 2023-07-14

Changed

  • all APIs
  • refactored all functions thanks to @matthieum

v0.1.1

14 Jul 16:14
Compare
Choose a tag to compare

[0.1.1] - 2023-07-13

Changed

  • implementation of msb and lsb

v0.1.0

14 Jul 16:14
Compare
Choose a tag to compare

[0.1.0] - 2023-07-12

Added

  • FenwickTree