Description
There are Integer, Long, and BigInteger lexicoders. However there is only a Double lexicoder for floating point numbers.
While we can just use the double one and take up some extra space this feels a little wasteful and miss matched.
There are Integer, Long, and BigInteger lexicoders. However there is only a Double lexicoder for floating point numbers.
While we can just use the double one and take up some extra space this feels a little wasteful and miss matched.