Search:

Type: Posts; User: Arkimedes; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    8,250

    Oh, in that case, if you are capable of going to...

    Oh, in that case, if you are capable of going to a University's library and look for a book called Introducion to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford...
  2. Replies
    6
    Views
    8,250

    Well, measuring the usefulness of data structures...

    Well, measuring the usefulness of data structures, you use the big O notation.

    Things like quadratic search has a big O notation of O(n^2), a binary search is O(n log n) (methinks...), and so on....
Results 1 to 2 of 2