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.
staticintdesignerPdfViewer(int[]h,Stringword){// Complete this functionintwidth=0;inttemp=0;for(inti=0;i<word.length();i++){intascii=(int)word.charAt(i);intheight=h[ascii-97];if(height>temp){temp=height;}}returntemp*word.length();}/simpleriguess
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 →