We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81ce20b commit f0c902fCopy full SHA for f0c902f
src/com/jwetherell/algorithms/numbers/Integers.java
@@ -6,7 +6,7 @@
6
7
public class Integers {
8
9
- private static final int BILLION = 1000000000; //moved to the front for better readability (forgot to branch lol)
+ private static final int BILLION = 1000000000; //moved to the front for better readability (forgot to branch lol)(again)
10
private static final int MILLION = 1000000;
11
private static final int THOUSAND = 1000;
12
private static final int HUNDRED = 100;
0 commit comments