We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
functiondesignerPdfViewer($h,$word){// Write your code here$alphabet_lowercase=range('a','z');$word=str_split($word);$max_height=0;foreach($wordas$w){$index=array_search($w,$alphabet_lowercase);if($h[$index]>$max_height){$max_height=$h[$index];}}$size=$max_height*count($word);return$size;}
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Designer PDF Viewer
You are viewing a single comment's thread. Return to all comments →
php solution: