recategorized by
3,728 views

2 Answers

Best answer
5 votes
5 votes

Job scheduling is commonly done via queue data structure .

  1. Implementation of recursion :since for each funtion call stack is used to store its activation record.
  2. Evaluation of  a postfix expression : perfect exampe for stack data structure application push until operator not found.
  3. Reverse a string : simpe example for reverse any string : push all then pop all.

so c is answer

selected by
Answer:

Related questions

4 votes
4 votes
1 answer
1
3 votes
3 votes
3 answers
2
go_editor asked Aug 16, 2016
14,219 views
Suppose you are given a binary tree with n nodes, such that each node has exactly eiter zero or two children. The maximum height of the tree will be$\frac{n}{2}-1$$\frac{...
7 votes
7 votes
1 answer
3
go_editor asked Aug 14, 2016
5,345 views
A clique in a simple undirected graph is a complete subgraph that is not contained in any larger complete subgraph. How many cliques are there in a graph shown below?2456...
3 votes
3 votes
2 answers
4
go_editor asked Aug 14, 2016
5,532 views
The number of different spanning trees in complete graph, $K_4$ and bipartite graph, $K_{2,2}$ have ____ and ___ respectively.14, 1416, 1416, 414, 4