AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
Grid.java File Reference

Go to the source code of this file.

Classes

class  aud.example.grid.Grid
 Undirected graph that is defined implicitly by a regular 2d grid. More...
 
class  aud.example.grid.Grid.Cell
 Cell in a Grid. More...
 
class  aud.example.grid.Grid.CompareCellDistanceFromIndex
 comparator for {#link aud.PriorityQueue} compares Cell#d
 
class  aud.example.grid.Grid.CompareCellEstimatedDistanceFromIndex
 comparator for {#link aud.PriorityQueue} compares Cell#f
 

Packages

package  aud.example.grid
 graph traversal on a uniform gird