Search:

Type: Posts; User: cyberfish

Search: Search took 0.03 seconds.

  1. Replies
    33
    Views
    9,115

    it's actually not poker cards, but those flash...

    it's actually not poker cards, but those flash cards thing (memory aids) for studying for tests that our teacher gave us (with a question on one side, and answer on the back), and we have to sort...
  2. Replies
    33
    Views
    9,115

    That is what I thought, too.

    That is what I thought, too.
  3. Replies
    33
    Views
    9,115

    Is mergesort more efficient? Since it's a...

    Is mergesort more efficient? Since it's a comparison sort, it has a lower bound of O(nlogn) where bucket sort would do it in O(n) avg if I understand it correctly (according to wikipedia). And in...
  4. Replies
    33
    Views
    9,115

    manually sorting cards

    Not exactly programming but...

    I have a stack of 100 cards numbered 1-100. Distribution is random. With a memory restraint of the size of a desk, what is the most efficient way to sort it...
Results 1 to 4 of 4