예제 #1
0
 protected HeapWithArray(HeapTypeEnum heapTypeEnum)
 {
     _heapTypeEnum  = heapTypeEnum;
     _operation     = GetOperation();
     _heapDataNodes = new List <Node <T> >();
 }
예제 #2
0
 protected HeapWithTree(HeapTypeEnum heapTypeEnum)
 {
     _heapTypeEnum = heapTypeEnum;
 }