Skip to content

Files

Latest commit

 

History

History

3110. Score of a String

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Score of a String

Attempts:

# Time Complexity Space Complexity Description Submission Runtime (4 trials) Memory (4 trials)
1 O(n) O(n) use pointer to loop and calculate the score Submission 39.75 ms 16.45 MB