| ||||||
| 6/1 |
| 2001/11/13 [Academia/GradSchool] UID:23019 Activity:low |
11/12 Anybody took the CS GRE on 11/10? How was it?
\_ It was reasonable.
\_ Did anyone not get the linear recursive fib question with n, t,
and f1 variables? I didn't realize that it was linear till now.
The two answers are O(n) and O(1) right?
\_ What answer is O(1)? f(n) is O(c^n). But may be I've misread
the question... |