menu
dsa_kit package
documentation
heap/max_heap.dart
MaxHeap<T extends Comparable>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
@
override
bool
get
isEmpty
override
Implementation
@override bool get isEmpty => _heap.isEmpty;
dsa_kit package
documentation
heap/max_heap
MaxHeap<T extends Comparable>
isEmpty property
MaxHeap class