HackerRank tests can be challenging not only because you have very limited time to write the implementation but also because very often you are not allowed to add new imports to the Solution class. Unlike Scala, Java does not allow you to add imports inside a method. ...