retagged by
18,627 views

1 Answer

Answer:

Related questions

9 votes
9 votes
3 answers
1
sh!va asked May 7, 2017
13,092 views
Choose the equivalent prefix form of the following expression(a+(b-c))*((d-e)/(f+g-h))*+a-bc/-de-+fgh*+a-bc-/de-+fgh*+a-bc/-ed-+fgh*+ab-c/-de-+fgh
10 votes
10 votes
8 answers
2
Arjun asked May 9, 2017
13,227 views
Which of the following data structure is useful in traversing a given graph by breadth first search?StackQueueListNone of the above
8 votes
8 votes
3 answers
3
sh!va asked May 7, 2017
7,215 views
If the post order traversal gives ab -cd * + then the label of the nodes 1,2,3.. will be+ , -, *, a,b,c,da, -,b,+,c,*,da,b,c,d,-,*,+-,a,b,+,*,c,d
6 votes
6 votes
2 answers
4
sh!va asked May 7, 2017
10,651 views
Given two statementsInsertion of an element should be done at the last node of the circular listDeletion of an element should be done at the last node of the circular lis...