Recent questions tagged queue

0 votes
1 answer
3
Which data structure would be most appropriate to implement a collection of values with the following 3 characteristicsSingly link list with head and tail pointerDoubly l...
3 votes
1 answer
5
Which data structure is commonly used to implement breadth first search in a graph?A queueA stackA heapA hash tableA splay tree