当前位置:网站首页>力扣 1961. 检查字符串是否为数组前缀
力扣 1961. 检查字符串是否为数组前缀
2022-07-07 17:53:00 【Tomorrowave】
1961. 检查字符串是否为数组前缀
给你一个字符串 s 和一个字符串数组 words ,请你判断 s 是否为 words 的 前缀字符串 。
字符串 s 要成为 words 的 前缀字符串 ,需要满足:s 可以由 words 中的前 k(k 为 正数 )个字符串按顺序相连得到,且 k 不超过 words.length 。
如果 s 是 words 的 前缀字符串 ,返回 true ;否则,返回 false 。
代码部分
class Solution:
def isPrefixString(self, s: str, words: List[str]) -> bool:
b=''
for i in range(len(words)):
b+=words[i]
if b==s:
return True
return False
边栏推荐
- 现在股票开户可以直接在网上开吗?安全吗。
- [sword finger offer] sword finger offer II 012 The sum of left and right subarrays is equal
- 时间工具类
- Boot 和 Cloud 的版本选型
- R语言ggplot2可视化:使用ggpubr包的ggstripchart函数可视化分组点状条带图(dot strip plot)、设置position参数配置不同分组数据点的分离程度
- Unable to link the remote redis server (solution 100%
- 8 CAS
- Kirin Xin'an won the bid for the new generation dispatching project of State Grid!
- Welcome to the markdown editor
- MSE API学习
猜你喜欢
9 原子操作类之18罗汉增强
ASP. Net kindergarten chain management system source code
Netease Yunxin participated in the preparation of the standard "real time audio and video service (RTC) basic capability requirements and evaluation methods" issued by the Chinese Academy of Communica
Kunpeng developer summit 2022 | Kirin Xin'an and Kunpeng jointly build a new ecosystem of computing industry
让这个 CRMEB 单商户微信商城系统火起来,太好用了!
openEuler 有奖捉虫活动,来参与一下?
mysql 的一些重要知识
mock.js从对象数组中任选数据返回一个数组
The state cyberspace Office released the measures for data exit security assessment: 100000 information provided overseas needs to be declared
8 CAS
随机推荐
My creation anniversary
L1-027 rental (Lua)
LC:字符串转换整数 (atoi) + 外观数列 + 最长公共前缀
R语言ggplot2可视化:使用ggpubr包的ggdensity函数可视化分组密度图、使用stat_overlay_normal_density函数为每个分组的密度图叠加正太分布曲线
最多可以参加的会议数目[贪心 + 优先队列]
国家网信办公布《数据出境安全评估办法》:累计向境外提供10万人信息需申报
【剑指offer】剑指 Offer II 012. 左右两边子数组的和相等
LeetCode 648(C#)
Implement secondary index with Gaussian redis
Nunjuks template engine
PMP對工作有益嗎?怎麼選擇靠譜平臺讓備考更省心省力!!!
What does "true" mean
R language ggplot2 visualization: use the ggqqplot function of ggpubr package to visualize the QQ graph (Quantitative quantitative plot)
RESTAPI 版本控制策略【eolink 翻译】
torch.nn.functional.pad(input, pad, mode=‘constant‘, value=None)记录
IP tools
J ü rgen schmidhub reviews the 25th anniversary of LSTM papers: long short term memory All computable metaverses. Hierarchical reinforcement learning (RL). Meta-RL. Abstractions in generative adversar
openEuler 有奖捉虫活动,来参与一下?
ASP. Net kindergarten chain management system source code
注解。。。