Welcome to AssignmentCache!

DAT/305 Week 3 Challenge Activities 3.4.1: Queues using linked lists

Availability: In stock

$5.00

Quick Overview

DAT/305 Week 3 Challenge Activities 3.4.1: Queues using linked lists


CHALLENGE ACTIVITY 1


Given an empty queue numQueue, what does the list head pointer point to? If the pointer is null, enter null.


What does the list tail pointer point to?


After the following operations:
QueueEnqueue(numqueue, 66)
QueueEnqueue(numQueue, 93)
QueueDequeue(numQueue)


What does the list head pointer point to?


What does the list tail pointer point to?



CHALLENGE ACTIVITY 2


Given numQueue: 78, 37, 47


What does the list head pointer point to? If the pointer is null enter null.


What does the list tail pointer point to?


After the following operations:
QueueEnqueue(numQueue, 60)
QueueEnqueue(numqueue, 57)
QueueDequeue(numQueue)
QueueDequeue(numQueue)


What does the list head pointer point to?


What does the list tail pointer point to?

DAT305 Week 3 Challenge Activities 1 Queues using linked lists

Double click on above image to view full picture

Zoom Out
Zoom In

More Views

  • DAT305 Week 3 Challenge Activities 1 Queues using linked lists
  • DAT305 Week 3 Challenge Activities 2 Queues using linked lists
$5.00

Details

DAT/305 Week 3 Challenge Activities 3.4.1: Queues using linked lists

CHALLENGE ACTIVITY 1

Given an empty queue numQueue, what does the list head pointer point to? If the pointer is null, enter null.

What does the list tail pointer point to?

After the following operations:
QueueEnqueue(numqueue, 66)
QueueEnqueue(numQueue, 93)
QueueDequeue(numQueue)

What does the list head pointer point to?

What does the list tail pointer point to?


CHALLENGE ACTIVITY 2

Given numQueue: 78, 37, 47

What does the list head pointer point to? If the pointer is null enter null.

What does the list tail pointer point to?

After the following operations:
QueueEnqueue(numQueue, 60)
QueueEnqueue(numqueue, 57)
QueueDequeue(numQueue)
QueueDequeue(numQueue)

What does the list head pointer point to?

What does the list tail pointer point to?

Additional Information

Special Price $2.00

Product Tags

Use spaces to separate tags. Use single quotes (') for phrases.

[profiler]
Memory usage: real: 18350080, emalloc: 17972432
Code ProfilerTimeCntEmallocRealMem