网站首页
编程语言
数据库
系统相关
其他分享
编程问答
1805
2024-10-05
CF 1805 D. A Wide, Wide Graph (*1800) 思维 + 树的直径
CF1805D.AWide,WideGraph(*1800)思维+树的直径题目链接题意:思路:若当前点到最远的点的距离\(<k\),说明\(x\)自己成为一个联通块。并且我们知道距离任意一点最远的点一定是树直径的一个端点。反之,则与直径端点在同一个联通块。所以一个点要么独立成为联通块
2022-12-06
1805.number-of-different-integers-in-a-string 字符串中不同整数的数目
问题描述1805.字符串中不同整数的数目解题思路把数字当作字符串处理,存入unordered_set(哈希表)中,注意最后一个字符是数字的情况。代码classSolution{public:i
2022-12-06
1805. 字符串中不同整数的数目
1805.字符串中不同整数的数目classSolution{publicintnumDifferentIntegers(Stringword){char[]chars=word.toCharArray();intn=cha
2022-12-06
「查找表」字符串中不同整数的数目(力扣第1805题)
本题为12月6日力扣每日一题题目来源:力扣第1805题题目tag:查找表双指针题面题目描述给你一个字符串word,该字符串由数字和小写英文字母组成。请你用空格替换每个不
2022-12-06
[LeetCode] 1805. Number of Different Integers in a String
Youaregivenastring word thatconsistsofdigitsandlowercaseEnglishletters.Youwillreplaceeverynon-digitcharacterwithaspace.Forexample, "a1