Update appNew update is available. Click here to update.
About
A passionate Graduate, previously worked as a trainee in Pharma Industry now willing to change my domain. I am trying to get a opportunity in a organization where i could use my problem solving skill...
Bannari Amman Institute Of Technology 2021
Java - Default language
My Stats
EXP gained
yellow-spark
921
Level
4 (Scholar)
Community stats
Discussions
0
Upvotes
0
Know more
Weekend contest rating
Contest attended
Problems solved
2021 2023
Better than %
Weekend contest rating
Contest attended
Problems solved
2021 2023
Better than %
55
Total problems solved
42
Easy
13
Moderate
0
Hard
0
Ninja
Jan Jan Feb Feb Mar Mar Apr Apr May May Jun Jun Jul Jul Aug Aug Sep Sep Oct Oct Nov Nov Dec Dec

Current streak:

0 days

Longest streak:

2 days

Less

More

Discussions
simple solution
Interview problems

public static int stringMania(int n, int m, String str1, String str2) {  int better=str1.compareTo(str2);        if(better>0)        {            return 1;        }else if(better<0)        {            return -1;        }else{            return 0;        } }

profile
Vignesh M
Published On 10-Sep-2022
107 views
0 replies
1 upvotes