Tag: architecture
Questions Related to architecture
-
Sub algorithm
-
Recursion
-
Polish notation
-
Traversal algorithm
-
Binary trees
-
Binary search trees
-
Heaps
-
None of above
-
Strings
-
Lists
-
Stacks
-
None of above
-
Strings
-
Lists
-
Queues
-
All of above
-
Dn = n log2n
-
Dn = n log2n+1
-
Dn = log2n
-
Dn = log2n+1
-
the variable in E will appear as external nodes and operations in internal nodes
-
the operations in E will appear as external nodes and variables in internal nodes
-
the variables and operations in E will appear only in internal nodes
-
the variables and operations in E will appear only in external nodes
-
by replacing each empty sub tree by a new internal node
-
by inserting an internal nodes for non-empty node
-
by inserting an external nodes for non-empty node
-
by replacing each empty sub tree by a new external node
-
internal nodes on extended tree
-
external nodes on extended tree
-
vanished on extended tree
-
None of above
-
ABFCDE
-
ADBFEC
-
ABDECF
-
ABDCEF