Pregunta:
Program how a queue is tested if its empty
Autor: Will ParkerRespuesta:
If (Empty()) { return count == 0; } hmmm? for each item on q if item = null nullCounter++; if nullCounter = count the queue is emtpy
0 / 5 (0 calificaciones)
1 answer(s) in total