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.
public static int designerPdfViewer(List h, String word) {
int max=0;
// Write your code here
for(int i=0;imax){
max=h.get(numx);
}
}
int res= max*word.length();
return res;
}
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 →
public static int designerPdfViewer(List h, String word) { int max=0; // Write your code here for(int i=0;imax){ max=h.get(numx); } } int res= max*word.length(); return res; }