摘要: Given a list of words and two words word1 and word2, return the shortest distance between these two words in the list. Example:Assume that words = ["p 阅读全文
posted @ 2020-10-21 22:45 苗妙苗 阅读(146) 评论(0) 推荐(0)
摘要: Given a column title as appear in an Excel sheet, return its corresponding column number. For example: A -> 1 B -> 2 C -> 3 ... Z -> 26 AA -> 27 AB -> 阅读全文
posted @ 2020-10-21 10:18 苗妙苗 阅读(146) 评论(0) 推荐(0)