Skip to content

Commit

Permalink
add 243
Browse files Browse the repository at this point in the history
  • Loading branch information
xxg1413 committed Dec 1, 2016
1 parent 3c49347 commit a034e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 243.Shortest Word Distance/Jimmy Xiang/243.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def sortestDistance(self, words, word1, word2):

s=Solution()
a=["a","b","c","d"]
print s.sortestDistance(a,"c","d")
print s.sortestDistance(a,"a","d")


0 comments on commit a034e62

Please sign in to comment.