I had a reasonably productive weekend. I completed my Database lab 3 and submitted it. Lab 3 was creating a SQL file that created a database off of an ERD we were given. I also studied for the 4050 quiz in an effort to do better than last week.
If f(n) < nlogba Then T(n) = O(nlogba)
If f(n) = nlogba Then T(n) = O(nlogbaln(n))
If f(n) > nlogba Then T(n) = O(f(n))
No comments:
Post a Comment