golanglabs
Log
|
Files
|
Refs
|
README
|
LICENSE
heap.go (62B)
1
package dsa
2
3
type MinHeap struct {
4
}
5
6
type MaxHeap struct {
7
}