Revathi Satya Kondra has Published 72 Articles

Latest Time You Can Obtain After Replacing Characters

Revathi Satya Kondra

Revathi Satya Kondra

Updated on 23-Jul-2024 11:07:00

90 Views

The Latest Time You Can Obtain After Replacing Characters sub-task is applied to an input string, in which the string is represented as a 12-hour format time when the maximum number of characters are replaced by '?'. In a 12-hour format time, "HH:MM” where HH is an element from ... Read More

Program to find a Score of a String

Revathi Satya Kondra

Revathi Satya Kondra

Updated on 23-Jul-2024 11:06:32

415 Views

The Score of a String is a concept which is used to calculate the score based on the sum of the absolute differences between the ASCII values of adjacent characters in the string. Problem Statement Given a string s, calculate the score of the string. The score is defined as ... Read More

Previous 1 ... 4 5 6 7 8