Exam (elaborations)
cs-cp-automata questions and answers 104 pages
- Module
- Institution
1. If the depth of a tree is 3 levels, then what is the size of the Tree? 1. 2 2. 4 3. 6 4. 8 Answer: 4 Explanation: Formula is 2n 2. What is the time complexity of adding three matrices of size NXN cell-by-cell? 1. O (N) 2. O (N^2) 3. O (N^3) 4. None of these Answer: 2 Explanation: Ti...
[Show more]