Skip to content

Releases: KaririCode-Framework/kariricode-data-structure

v1.1.2

30 Oct 22:17
c966a11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.2

v1.1.1

30 Oct 22:13
91c9e7e
Compare
Choose a tag to compare

What's Changed

  • refactor(Tree): Move TreeMapNode to Tree directory and add TreeNode w… by @walmir-silva in #13
  • refactor(Collections): improve ArrayList and LinkedList implementations by @walmir-silva in #14

Full Changelog: v1.0.1...v1.1.1

v1.1.0

10 Oct 22:52
91c9e7e
Compare
Choose a tag to compare

What's Changed

  • refactor(Tree): Move TreeMapNode to Tree directory and add TreeNode w… by @growthcodeoficial in #13
  • refactor(Collections): improve ArrayList and LinkedList implementations by @growthcodeoficial in #14

Full Changelog: v1.0.1...v1.1.0

v1.0.1

27 Sep 14:46
05bf44a
Compare
Choose a tag to compare

What's Changed

  • docs: update README and composer.json files by @growthcodeoficial in #12

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 Sep 19:24
d95c298
Compare
Choose a tag to compare

What's Changed

  • Add ArrayList Implementation and Comprehensive Unit Tests by @growthcodeoficial in #1
  • Add LinkedList Implementation and Comprehensive Unit Tests by @growthcodeoficial in #2
  • Add HashMap Implementation and Comprehensive Unit Tests by @growthcodeoficial in #3
  • Add ArrayDeque and ArrayQueue Implementations with Comprehensive Unit… by @growthcodeoficial in #4
  • Add ArrayStack Implementation and Comprehensive Unit Tests by @growthcodeoficial in #5
  • feat: Refactor ArrayQueue, Create CircularArrayQueue, Refactor ArrayD… by @growthcodeoficial in #6
  • Implement TreeMap and TreeMapNode with comprehensive test coverage by @growthcodeoficial in #7
  • Refactor and enhance data structures by @growthcodeoficial in #8
  • Add BinaryHeap Implementation and Comprehensive Tests by @growthcodeoficial in #9
  • remove B+ Tree implementation by @growthcodeoficial in #10
  • feat: add README in English and Portuguese for KaririCode DataStructure by @growthcodeoficial in #11

New Contributors

  • @growthcodeoficial made their first contribution in #1

Full Changelog: https://github.com/KaririCode-Framework/kariricode-data-structure/commits/v1.0.0