Project-Euler
Project-Euler copied to clipboard
Send PRs to contribute and see the Codemasters solving some really mind boggling questions.
Euler 2
This solution has O(1) time complexity.
As can be seen in the screenshot below due to not following a naming convention problems are unordered. I have resolved this in my PR #205 as ca be seen...
problem_number convention is xxx where x is digit. For example problem number 7 can be represented as 007. This naming convention will help in sorting problems in ascending order.
I can contribute the first 100 problems in Clojure if you like? (Think higher-numbered problems aren't allowed, right?)