Closed jtibshirani closed 2 months ago
Queue is always created through NewQueue, which always initializes the data structures. So we don't need to initialize them in other methods.
Queue
NewQueue
Queue
is always created throughNewQueue
, which always initializes the data structures. So we don't need to initialize them in other methods.