MinPerimeterRectangle is a Codility task where the goal is to find the minimum perimeter of a rectangle covering a specified area. The sides of the rectangle need to consist of whole numbers only.
This is my Java solution to MinPerimeterRectangle that scores 100%.