Search results

  1. A

    Good code - Arrays & Random Selections

    Coding challenge : Pick a random number between 0-7 Now randomly pick one of the remaining 6 numbers Now randomly pick one of the remaining 5 numbers etc. eg 1,4,6,7,2,0,3,5 (each number is used only once) Now I remember years ago doing this in C with a linked array and each time you chose a...
Top