Recent content by nave

  1. N

    albatron motherboards

    So I'm considering getting KX400+ Pro motherboards ($86 at newegg.com), but as albatron is somewhat new to the motherboard market I'm a bit hesitant. Does anyone have any experience with Albatron motherboards, particularly with the KX400+ Pro? thanx
  2. N

    Primes in P

    An algorithm's runtime is usually described as a function of the size of its input. In numerical algorithms such as these (that deal with some number x), I believe the "size" of the input is lg(x) - i.e. the number of bits needed to represent the number - rather than x itself. The algorithm...