Java BigDecimal

  • + 0 comments

    This solution sorts the ORIGINAL string array based upon each string's BigBecimal value. It does NOT convert back and forth from String to BigDecimal, which is where some posters went wrong. HERE is a good reference on sorting arrays using lambda expressions.