-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Shortest Distance Between Words #1685
Comments
@shraddhavp can I be assigned this? |
assigned @ErzaTitania-2001 |
Shortest Distance Between Words HarshCasper#1685
I cann do this in c++ and Java, do assign me |
Shortest Distance Between Words #1685
I would like to do this in python under DWOC |
@Rishikeshrajrxl go ahead with cpp |
@kapilkumar2001 go ahead with python |
Shortest Distance Between Words HarshCasper#1685
Please reopen this issue once you add more information and updates here. If this is not the case and you need some help, feel free to seek help from our Telegram or ping one of the reviewers. Thank you for your contributions! |
🚀 Feature
Given a list of words and two words word1 and word2, find the shortest distance between those two words from the list.
Input : words=["practice", "makes", "perfect", "coding","makes"]
word1="coding"
word2="practice"
Output: 3
word1="coding"
word2="makes"
Output : 1
Have you read the Contributing Guidelines on Pull Requests?
yes
Motivation
Beneficial for Competitive Programming
Pitch
Interview question
The text was updated successfully, but these errors were encountered: