|
-
September 11th, 2008, 12:41 AM
#10
Re: O(log n) algorithm
are trying to compute the running time for the search?
if you want to get the O(log n) running time for a search algorithm, you need to get to know BST ( Binary Search Tree )
or generally a search using a TREE data structures.
BST on the average runs O(log n)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|