Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Added solution for Project Euler problem 85 (duplicate PR) #3826
Conversation
Please resolve the merge conflicts by either rebasing on to the latest commit or opening a new pull request. |
**Describe your change:
Project Euler problem 85: Counting rectangles
By counting carefully it can be seen that a rectangular grid measuring 3 by 2 contains eighteen rectangles:
Although there exists no rectangular grid that contains exactly two million rectangles, find the area of the grid with the nearest solution.
Checklist:
Fixes: #{$ISSUE_NO}
.