| Method and Description |
|---|
| edu.princeton.cs.algorithms.IndexMinPQ.change(int, Key)
Replaced by changeKey()
|
| edu.princeton.cs.algorithms.IndexMaxPQ.change(int, Key)
Replaced by changeKey()
|
| edu.princeton.cs.algorithms.ST.iterator()
Use
ST.keys() instead.
This method is provided for backward compatibility with the version from
Introduction to Programming in Java: An Interdisciplinary Approach. |
Copyright © 2014. All Rights Reserved.