Represents a first-in, first-out collection of objects.
Returns the object at the beginning of the Queue<T> without removing it.
适合用来做广度优先遍历Breadth-first search
Represents a first-in, first-out collection of objects.
Returns the object at the beginning of the Queue<T> without removing it.
适合用来做广度优先遍历Breadth-first search