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