You are viewing a single comment's thread. Return to all comments →
C#
{ int max = int.MinValue; foreach (char c in word){ int i = ((int)c % 32)-1; if (h[i] > max){ max = h[i]; } } return (max * word.Length); }
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 →
C#