php-interview-exercises
php-interview-exercises copied to clipboard
Other solutions to exercises
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.