logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1229793 total)

If you implement a stack using a linked list, this pseudocode:

function g(x)

      newNode=new Node(x)

      top=newNode

      newNode->next=top
0%
0%
0%
0%
Переглянути це питання
If you implement a queue using a linked list, this operation:

function h(x)

    newNode=new Node(x)

    tail->next=Newnode

    tail=newNode

is missing something. What is it?
0%
0%
0%
0%
0%
Переглянути це питання
If you implement a queue using a linked list, what does the following pseudocode do?

if (front==NULL and tail==NULL)

     front=newNode

     tail=newNode
0%
0%
0%
0%
0%
Переглянути це питання

In a singly linked-list, the instruction:

 while(tmp!=NULL)

     tmp=tmp->next
Переглянути це питання
If you implement a stack using a linked list, this pseudocode:

function g()

     if(top!=NULL)

            top=top->data
0%
0%
0%
0%
Переглянути це питання
If you implement a stack using a linked list, this pseudocode:

function g()

      if(top==NULL)

            return top->next
0%
0%
0%
0%
0%
Переглянути це питання
If you implement a queue using a linked list, this operation:

function h(x)

     newNode=new Node(x)

     tail->next=Newnode

     front->next=newNode
0%
0%
0%
0%
Переглянути це питання

How did the artist create movement or rhythm in the picture? (Use one word to answer)

Переглянути це питання

Is the sculpture: 

0%
0%
Переглянути це питання

What colour is dominant?

Переглянути це питання