This changes SubArrayMinTest to use the library method Integer.bitCount rather than a hand-rolled bit counting implementation.
42 KiB
42 KiB
This changes SubArrayMinTest to use the library method Integer.bitCount rather than a hand-rolled bit counting implementation.