Add a solution for "94. An arithmetic puzzle." in 99 Problems - #1597
Add a solution for "94. An arithmetic puzzle." in 99 Problems#1597dracconi wants to merge 2 commits into
Conversation
|
Hi @dracconi thanks for the PR, I haven't checked your solution (I'm not brilliant at algorithms) but could you maybe refactor the code to follow the pattern many of the others follow which uses the This will then output on the site (if the solution is correct ;)) as something like: f [2; 3; 5; 7; 11];;
- : string = "2 - 3 + 5 + 7 = 11"Thanks :)) |
|
Hi @patricoferris, I've commited the updated thing per request, though I'm not sure if the example should be exactly the same as listed in the example |
Changes Made
Added a solution to the 94th problem in 99 Problems.
Seems to work, but who knows :D
Done per request for commits "Please contribute more solutions or improve the existing ones."