146 views

Please log in or register to answer this question.

Related questions

7 votes
7 votes
3 answers
1
papesh asked Dec 6, 2016
1,287 views
Consider the following C programmain() { int a [3] ={{{1,2},{9,8},{3,7}},{{2,2},{1,4},{5,4}}}}; printf(“%d%d%d”, (a -a[0]), (a [0]-a[0][0]), (a [0][0]-a[0][0][0])); }...
1 votes
1 votes
1 answer
2
papesh asked Aug 11, 2016
232 views
How many maximum no.of edges possible in directed graph doesn't having cycle??
0 votes
0 votes
0 answers
3
amit166 asked Nov 20, 2018
150 views
what is the difference between full binary tree,stricly binary tree,complete tree,perfect tree,alomst complete tree?
0 votes
0 votes
0 answers
4
Khursheed Bhat asked Feb 19, 2018
304 views
I was asked sometime ago in an interview draw generalised form of AVL tree that will contain all four rotations of AVL tree. I got confused I tried to explain them such n...