Preorder traversal of binary search tree is 38, 14, 8, 23, 18, 20, 56, 45, 82, 70. What is the postorder traversal of binary search tree?
1 Crore+ students have signed up on EduRev. Have you? Download the App |
The line graph L(G) of a simple graph G is defined as follows:
Which of the following statements is/are TRUE?
(P) The line graph of a cycle is a cycle.
(Q) The line graph of a clique is a clique.
(R) The line graph of a planar graph is planar.
(S) The line graph of a tree is a tree.The regular expression denotes the same set as
Assume a program with the following memory requirements.
What is the total size of memory required to load and run this program?
Consider the following grammar G:
What is the FOLLOW(A)?
Which one of the following fields is present in both TCP header and UDP header?
Which of the following statement are true about Feasibility Analysis?
Statement 1: Feasibility Analysis is used to obtain the outline of the problem and decide whether a feasible or appropriate solution exists or not.
Statement 2: A feasibility study can be considered as the final investigation that helps the software development life cycle.
Database table by name Employee_Records is given below
What is the output of the following SQL query?
SELECT Count(*) FROM
( ( SELECT Employee, Manager FROM Employee_Records)
AS S NATURAL JOIN
( SELECT Manager, Salary FROM Employee_Records) AS T );
Given below are some famous algorithms and some algorithm design paradigms
Name the system in which the end-user must not be able to see that the data is distributed over various locations.
The addressing mode which makes use of in-direction pointers is ______.
The minimum number of stacks required to implement a queue is __________.
How many bit strings of length ten either start with a 1 bit or end with two bits 00?
DML language is used to ____________.
________ sorting algorithms has the lowest worst-case complexity.
Forward engineering is also known as-
Which of the following is a scientific computer language?
In geometric programming, the emphasis is on __________.
Which component of MVC architecture deals the database?
Which is a software configuration management concept that helps us to control change without seriously impeding justifiable change?
Which of the following feature is also known as run-time binding or late binding?
Which of the following parser is a top-down parser?
Which search implements stack operation for searching the states?
ZooKeeper is especially fast in ___________ workloads.
The post-order traversal of a binary tree is OPQRST. Then possible pre-order traversal will be ________.
16 docs|120 tests
|