-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix-158 #54
Fix-158 #54
Conversation
@mrigankpawagi why is this held up? Any problem with my changes? If yes, lemme know ill change it |
translation/drafts/158
Outdated
@@ -10,9 +10,9 @@ | |||
|
|||
""" | |||
Ek function likho jo strings ki list ko accept karta hai. | |||
List mein alag alag shabd hote hain. Unique characters ki maximum number wala shabd return karo. Agar multiple strings mein maximum number of unique characters ho, toh lexicographical order mein sabse pehle aane wala shabd return karo. | |||
List mein alag alag shabd hote hain. Maximum Unique characters ke number wala shabd return karo. Agar multiple strings mein maximum number of unique characters ho, toh lexicographical order mein sabse pehle aane wala shabd return karo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Zabse zyada unique characters wala word return karo"...?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that sounds much better
Ill change it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sabse*
translation/drafts/158
Outdated
@@ -10,9 +10,9 @@ | |||
|
|||
""" | |||
Ek function likho jo strings ki list ko accept karta hai. | |||
List mein alag alag shabd hote hain. Unique characters ki maximum number wala shabd return karo. Agar multiple strings mein maximum number of unique characters ho, toh lexicographical order mein sabse pehle aane wala shabd return karo. | |||
List mein alag alag shabd hote hain. Maximum Unique characters ke number wala shabd return karo. Agar multiple strings mein maximum number of unique characters ho, toh lexicographical order mein sabse pehle aane wala shabd return karo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shabd -> word?
@mrigankpawagi done, both changes made |
Looks good, but please remove the extra line break and change other instances of "shabd" |
Yeah done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was probably a bit too pedantic
No description provided.