Skip to content

Quiz Lookup

  • Home
  • Blog

Blog

How many rows are used to represent a graph with n vertices…

How many rows are used to represent a graph with n vertices and m edges, when using an adjacency list representation.

Published December 15, 2024
Categorized as Uncategorized

Which of the following operation is not efficient for a sing…

Which of the following operation is not efficient for a singly linked list?

Published December 15, 2024
Categorized as Uncategorized

You are given the following undirected graph. [Breadth] Lis…

You are given the following undirected graph. [Breadth] List the vertices in Breadth-first Search starting at vertex A: [Depth] List the vertices in Depth-first Search starting at vertex A:

Published December 15, 2024
Categorized as Uncategorized

How does a stack add and remove entries?

How does a stack add and remove entries?

Published December 15, 2024
Categorized as Uncategorized

What’s the maximum height of any AVL-tree with 7 nodes? (The…

What’s the maximum height of any AVL-tree with 7 nodes? (The root is considered height 1)

Published December 15, 2024
Categorized as Uncategorized

Consider the following graph. Assume the adjacency lists are…

Consider the following graph. Assume the adjacency lists are in sorted order: explore 0-1 before 0-6 or 0-7 (numerical order). Perform depth-first traversal on the graph blow.

Published December 15, 2024
Categorized as Uncategorized

What is the output of the following code snippet? union test…

What is the output of the following code snippet? union test{    int x;    char arr[8];    int y;}; int main(){    printf(“%d”, sizeof(union test));     return 0;}

Published December 15, 2024
Categorized as Uncategorized

What is the output of the following code snippet? union test…

What is the output of the following code snippet? union test{    int x;    char arr[8];    int y;}; int main(){    printf(“%d”, sizeof(union test));     return 0;}

Published December 15, 2024
Categorized as Uncategorized

Arrays are 

Arrays are 

Published December 15, 2024
Categorized as Uncategorized

Arrays are 

Arrays are 

Published December 15, 2024
Categorized as Uncategorized

Posts pagination

Newer posts Page 1 … Page 33,094 … Page 75,218 Older posts
Powered by Studyeffect
  • Privacy Policy
  • Terms of Service
Quiz Lookup
Proudly powered by WordPress.