当前位置:网站首页>力扣599. 两个列表的最小索引总和
力扣599. 两个列表的最小索引总和
2022-07-07 17:53:00 【Tomorrowave】
599. 两个列表的最小索引总和
假设 Andy 和 Doris 想在晚餐时选择一家餐厅,并且他们都有一个表示最喜爱餐厅的列表,每个餐厅的名字用字符串表示。
你需要帮助他们用最少的索引和找出他们共同喜爱的餐厅。 如果答案不止一个,则输出所有答案并且不考虑顺序。 你可以假设答案总是存在。
涉及知识点:
字典
代码部分
class Solution:
def findRestaurant(self, list1: List[str], list2: List[str]) -> List[str]:
favorite_restaurant={
}
min_f=[]
for x in list1:
if x in list2:
favorite_restaurant[x]=list2.index(x)+list1.index(x)
minv=min(favorite_restaurant.values())
for i,j in favorite_restaurant.items():
if j==minv:
min_f.append(i)
return min_f
边栏推荐
- Ways to improve the utilization of openeuler resources 01: Introduction
- how to prove compiler‘s correctness
- R language ggplot2 visualization: use the ggecdf function of ggpubr package to visualize the grouping experience cumulative density distribution function curve, and the linetype parameter to specify t
- 【STL】vector
- 凌云出海记 | 赛盒&华为云:共助跨境电商行业可持续发展
- 编译器优化那些事儿(4):归纳变量
- Visual Studio 插件之CodeMaid自动整理代码
- el-upload上传组件的动态添加;el-upload动态上传文件;el-upload区分文件是哪个组件上传的。
- R language dplyr package select function, group_ The by function, filter function and do function obtain the third largest value of a specific numerical data column in a specified level in a specified
- 841. String hash
猜你喜欢
【STL】vector
模拟实现string类
Dynamic addition of El upload upload component; El upload dynamically uploads files; El upload distinguishes which component uploads the file.
ASP. Net kindergarten chain management system source code
Cloud component development and upgrading
九章云极DataCanvas公司摘获「第五届数字金融创新大赛」最高荣誉!
mysql 的一些重要知识
关于ssh登录时卡顿30s左右的问题调试处理
转置卷积理论解释(输入输出大小分析)
# 欢迎使用Markdown编辑器
随机推荐
关于cv2.dnn.readNetFromONNX(path)就报ERROR during processing node with 3 inputs and 1 outputs的解决过程【独家发布】
9 atomic operation class 18 Rohan enhancement
R language ggplot2 visualization: use the ggqqplot function of ggpubr package to visualize the QQ graph (Quantitative quantitative plot)
Ways to improve the utilization of openeuler resources 01: Introduction
PMP每日一练 | 考试不迷路-7.7
线性基
【RT-Thread env 工具安装】
UCloud是基础云计算服务提供商
Notes...
Time tools
tp6 实现佣金排行榜
华南X99平台打鸡血教程
力扣 1232.缀点成线
力扣 459. 重复的子字符串
Browse the purpose of point setting
R language dplyr package mutate_ At function and min_ The rank function calculates the sorting sequence number value and ranking value of the specified data column in the dataframe, and assigns the ra
gorilla官方:golang开websocket client的示例代码
The project manager's "eight interview questions" is equal to a meeting
浏览积分设置的目的
PMP practice once a day | don't get lost in the exam -7.7