pkg/util/algorithm.go
exported function Rotate should have comment or be unexported Open
Open
func Rotate(a interface{}, f, k, l int) int {
- Create a ticketCreate a ticket
- Exclude checks
exported function StablePartition should have comment or be unexported Open
Open
func StablePartition(a interface{}, f, l int, p func(i int) bool) int {
- Create a ticketCreate a ticket
- Exclude checks