Derive the complexity expression for AVL tree?
Answer / bipworld
height of AVL tree is limited to 1.44 log(n) where n is
number of nodes.
| Is This Answer Correct ? | 3 Yes | 1 No |
a c code by using memory allocation for add ,multiply of sprase matrixes
How can I determine whether a machines byte order is big-endian or little-endian?
Explain how can you check to see whether a symbol is defined?
what are the difference between ANSI C and Let Us c and Turbo C
There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
What is the difference between i++ and i+1 ?(in terms of memory)
Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.
What is variable in c with example?
What is a header file?
What is the difference between new and malloc functions?
Explain how does free() know explain how much memory to release?
write a program wch produces its own source code aas its output?