PHP Test (Scalability) [closed]

fuegann

New Member
Just gave a try for the certification on Codility. The first test and certification is free. But Codility says my function is ok, but it is not scalable.Here is the test page: http://codility.com/cert/start/Here is my solution 1: http://pastebin.com/meHBdrEXHere is my solution 2: http://pastebin.com/EVUcZc8DI know a bit of clean up can be done. But how to improve the performance of either of these codes. According to the target speed of Codility, my code is way too slow.I am not taking this for any job interview or something, just read about it and wanted to try the public test.Thank you for your feedback.Best regards,Tony.
 
Top