Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TopVotedCandidate ¶
type TopVotedCandidate struct {
// contains filtered or unexported fields
}
TopVotedCandidate object will be instantiated and called as such: obj := Constructor(persons, times); param_1 := obj.Q(t);
func Constructor ¶
func Constructor(persons []int, times []int) TopVotedCandidate
Constructor returns TopVotedCandidate
Click to show internal directories.
Click to hide internal directories.