4.5 Am I missing something?

#1

Its pretty hard to understand the nitty gritty implementation details for 4.5 even though the written explanation was very good. I’ve written my own very conceptually similar solution which passes my test cases but I’m wondering if I’m missing something because of the complexity I’ve abstained from. Especially in my add routine.

Thanks for these great exercises!

0 Likes

#2

Hi @edmund,

The code looks good for me, and I think you can try something like all possible combinations of two numbers from 1 to 100, and verify that with your solution.

0 Likes