Most answered questions in Programming and DS

1 votes
1 answer
1952
Worst case time required to construct a balanced BST given a sorted array of integers which can be inserted in any order
2 votes
1 answer
1959
8 votes
1 answer
1970
What will be the output?#include<stdio.h int g; int main() { static int a,b; int c=2,d; d = (a||(++b &&(c | ++g))); printf("%d",d); }$0$$3$$1$Garbage value