
Algouniversity Quiz
Quiz by Suraj Kumar
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
5 questions
Show answers
- Q1In order traversal of binary search tree will produce ?unsorted listsorted listnone of the abovereverse of input30s
- Q2push() and pop() functions are found inqueuestreesstackslists30s
- Q3Minimum number of queues required for priority queue implementation?524330s
- Q4The minimum number of edges required to create a cyclid graph of n vertices isn+1n-12nn30s
- Q5What about recursion is true in comparison with iteration?all of the above are true!low performance.every recursive program can be written with iteration too.very expensive in terms of memory.30s