Search results

  1. raidan

    That exam was easy!!!!

    I thought the test was pretty basic up until my option topic: evo of prog languages I dont think my teacher bothered to teach my class most of what we were asked in that topic, I took one look at it and thought.... WTF mate ? Went back and completed the rest of the paper
  2. raidan

    Multiple Seat Bookings

    u'll have to use ur imagination to figure out which WHILE and REPEAT statement correpsonds with each line.. soz
  3. raidan

    Multiple Seat Bookings

    Did you guys get the pseudocode out for that question wherer ppl book more than 1 seat in a row ? I managed to get something out but i donno how right it is: WHILE booked_seats > 1 REPEAT WHILE array(row,seat) = true print array(row,seat)...
  4. raidan

    sort

    I did selection sort for that one, basically said that because it only technically needs to go through the algorithm 1 time, whereas the bubble sort has to keep going back through the algorithm until all the high numbers have been swapped around till they are at the back of the array. I cant...
Top