The depth of a complete binary tree is given by
A complete binary tree is a binary tree where all the levels have maximum number of nodes except possibly the last level.
The depth of complete binary tree of n nodes will be Dn=log 2 (n+1) where Dn is the height or depth of the tree and n is the number of nodes.
View Answer Report Error Discuss
Write a quick script for launching a new activity within your application.
An explicit intent explicitly defines the activity the developer wishes to start.
Script code :
Intent myIntent = new Intent(this, MyNewActivity.class);
startActivity(myIntent);
View answer Workspace Report Error Discuss
Which of the following is the name Pierre Cardin associated with?
It belongs to the field of Fashion Designing
'Minamata' disease was caused by ?
Russian revolutionary, who founded the Communist Party was
What is seismic zone extending at an angle of about 45 degrees from the base of an ocean trench, down through lithosphere to the asthenosphere known as
Which of the following is a project to develop watersheds in India
A proxy server is used for which of the following?