Search:

Type: Posts; User: Ben Frankliner

Search: Search took 0.00 seconds.

  1. Which sort algorithm would U use to sort an array of million integers between 0 & 99

    I'm leaning towards Timsort since it kicks ash in Python

    What are your thoughts? Pros & Cons?
  2. How to generate random numbers between 0 to 7 using a function that generates 0 to 3

    My line of thought is to use Left shift of bits. Maybe call the function twice.

    What would be the most efficient way?
Results 1 to 2 of 2