Tagged in

Hackerrank

Codebrace
Codebrace
Coding blog to help people get going with Competetive programming, Big Data and other technologies, visit http://medium.com/codebrace
More information
Followers
186
Elsewhere
More, on Medium

Melodious password — Week of Code 30

PROBLEM LINK: Melodious password

PROBLEM (In Brief ) :

A password is said to be melodious if -

  • A password consists of exactly ’n’ lowercase English letters.

Candy Replenishing Robot — Week of Code 30

Problem link : Candy Replenishing Robot

// Before moving to solution read the problem statements carefully from the above link

SOLUTION:

  • Let say n is the number of candies in the…

Separate the Numbers

Separate the Numbers

Problem Link: Separate the Numbers

A numeric string, s, is beautiful if it can be split into a sequence of two or more positive integers, a1,a2,….. ,an, satisfying the following conditions: