azdanov / php-interview-exercises

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

Other solutions to exercises #76

Open morawskim opened 4 years ago

morawskim commented 4 years ago

For the MaxChar exercise, We can use the PHP function array_count_values. For the Palindrome exercise, We can also use the PHP function strrev.