Releases: KaririCode-Framework/kariricode-data-structure
Releases · KaririCode-Framework/kariricode-data-structure
v1.1.2
What's Changed
- fix: remove check hasKey in set method by @walmir-silva in #15
Full Changelog: v1.1.0...v1.1.2
v1.1.1
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
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
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
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