Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[heap] need test cases for update function #108

Open
junbeomlee opened this issue Dec 5, 2018 · 0 comments
Open

[heap] need test cases for update function #108

junbeomlee opened this issue Dec 5, 2018 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@junbeomlee
Copy link
Member

Subject
heap.go
heap_test.go

Detail
need test cases for update function

func (pq *PriorityQueue) update(item *Item, value interface{}, priority int) {
	item.value = value
	item.priority = priority
	heap.Fix(pq, item.index)
}
@junbeomlee junbeomlee added help wanted Extra attention is needed good first issue Good for newcomers labels Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant