|
|
| Name: |
Anti_Util_CircularReference |
| Base name: |
circularreference |
| Description: |
Find circular references using waypoint array |
| Related classes: |
anti, Util |
| Version: |
1.0 |
| PHP version: |
5.0 |
| License: |
Public Domain |
| All time users: |
171 users |
| All time rank: |
6331 |
| Week users: |
0 users |
| Week rank: |
2391 |
| |
|
 |
|
Innovation award
 Nominee: 3x |
This class can be used to find circular references using waypoint array.
It takes an array of pairs of values that are links between to points for instance in a map.
The class traverses the array of values and detects when there groups of points that form a cyclic reference.
 May 2009
Number 9 |
When you are trying to determine a route in a map to go from one point to the other, it is not good path if it goes in circles through routes that return to points that you previously passed.
This class can determine if a route returned to a point that it passed in previous route paths.
Manuel Lemos |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
Util (2 files) |