Uses of Class
cs132.dijkstra.WebPageCostModel

Packages that use WebPageCostModel
cs132.dijkstra Classes for perfoming Dijkstra's shortest path algorithm to find the shortest path in a weighted graph from a starting vertex to all other vertices. 
 

Uses of WebPageCostModel in cs132.dijkstra
 

Subclasses of WebPageCostModel in cs132.dijkstra
 class CharacterDistance
          This provides a cost model for web page links based on the number of characters in the to URL that occur after the common prefix of the two URL's.
 class UnitCost
          This provides a cost model for web page links so that each link is distance 1.
 



Web Accessibility