aimacode / aima-java

Java implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference between queueSize and maxQueueSize

ebellodi opened this issue · comments

Hi,
What's the difference between queueSize and maxQueueSize? It seems maxQueueSize is always queueSize+1, why?

Thanks,
Elena