qiao / heap.js

A binary heap implementation in CoffeeScript/JavaScript.
MIT License
125 stars 27 forks source link

About updateItem method #26

Open TimeLooper opened 3 years ago

TimeLooper commented 3 years ago

The indexof method is used in the updateitem method, but the complexity of this method is O (n). Is it necessary to optimize this place?