textual changes
This commit is contained in:
parent
c1e802662c
commit
c3eb455df1
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ public class OptimalPathFinder {
|
|||
while (path.length() >= t) {
|
||||
// path has reached max length, evict
|
||||
paths.poll();
|
||||
// meer waarde dan de huidige max ?
|
||||
// higher value than current max?
|
||||
if (path.value() > max.value()) {
|
||||
max = path;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue