CODES
some learning from problems.
CODES
some learning from problems.
Showing posts with label
pattern
.
Show all posts
Showing posts with label
pattern
.
Show all posts
Sunday, 25 November 2012
write a function to check given string matches with given pattern
›
write a function to check given string matches with given pattern Condition: only one wildcard used in the pattern, that is '*',...
Saturday, 7 July 2012
Find the seed of a number.
›
Eg : 1716 = 143*1*4*3 =1716 so 143 is the seed of 1716. find all possible seed for a given number. // Input || OUTPUT // 1250 ...
›
Home
View web version