| Package | Description |
|---|---|
| org.jheaps.array |
Heaps using an array representation
|
| org.jheaps.tree |
Heaps using an explicit "pointer-based" tree representation
|
| Class and Description |
|---|
| ConstantTime
Marker interface to indicate that an operation takes constant time.
|
| LinearTime
Marker interface to indicate that an operation takes O(n) time where n is the
size of the input.
|
| LogarithmicTime
Marker interface to indicate that an operation takes O(log(n)) time where n
is the size of the input.
|
| Class and Description |
|---|
| ConstantTime
Marker interface to indicate that an operation takes constant time.
|
| LogarithmicTime
Marker interface to indicate that an operation takes O(log(n)) time where n
is the size of the input.
|
Copyright © 2018. All rights reserved.