azdanov / php-interview-exercises

Some exercises to practice whiteboard interview questions in PHP.
MIT License
452 stars 74 forks source link

Remove wrong implementation of MaxSubArraySum #116

Open aruku opened 1 year ago

aruku commented 1 year ago

As pointed out in https://github.com/azdanov/php-interview-exercises/issues/47, this exercise includes a wrong example. I fixed the value for that and removed one of the provided implementations of the exercise as it doesn't pass the tests with the right value.