dsa_kit 0.0.3
dsa_kit: ^0.0.3 copied to clipboard
A scalable DSA utilities kit for Dart. Includes MinHeap, MaxHeap, and more.
Changelog #
0.0.3 - 2025-09-18 #
Added #
- Improvised MaxHeap & MinHeap implementation.
- Updated Heap's tests.
- Unified Heap interface with SOLID principles