Skip to content

Commit d17cba6

Browse files
committed
tags IndexFibonacciMinPQ.java as buggy
1 parent 450c520 commit d17cba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/edu/princeton/cs/algs4/IndexFibonacciMinPQ.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
* The delete, increase-key, delete-the-minimum, change-key take amortized logarithmic time.
3333
* Construction takes time proportional to the specified capacity
3434
*
35+
* WARNING: THIS VERSION HAS AT LEAST ONE BUG.
36+
*
3537
* @author Tristan Claverie
3638
*/
3739
public class IndexFibonacciMinPQ<Key> implements Iterable<Integer> {

0 commit comments

Comments
 (0)