2 results for "9e5e83ccbc02ac2e9abd6711fa4435ab"
>>720725746
I've been seeing that image for a while, and I just thought of something. I know the white dude is the default character, and I also know people mod that game a lot, I'm wondering how modded characters affected those numbers, did modded characters count as the white dude or were they just not included?
>>16712381
algorithms are usually analyzed in an undergrad course by reducing each step in the algorithm to some value and then discarding the constant-valued terms, the point being to single out loops and other input-dependent paths, which form a polynomial whose degree is essentially the upper bound on the time complexity otherwise known as the asymptotic complexity or the 'big oh' value of the algorithm. so the actual math involved is basically just college algebra. this is the main topic of chapter 1 of introduction to algorithms or CLRS.