Search results for query: *

  1. P

    Timing an Algorithm

    So heres the Deal. I was just messing around and trying to implement a simple recursive function that calculates N! (n factorial). I was also going to write one that does it iteratively and I was going to time the two to figure out which was faster (No BIG O notation here). I have the function...
Back
Top