LeetCode刷题实战614:二级关注者程序IT圈关注共 844字,需浏览 2分钟 ·2022-05-27 16:14 算法的重要性,我就不多说了吧,想去大厂,就必须要经过基础知识和业务逻辑面试+算法面试。所以,为了提高大家的算法能力,这个公众号后续每天带大家做一道算法题,题目就从LeetCode上面选 !今天和大家聊的问题叫做 二级关注者,我们先来看题面:https://leetcode.cn/problems/second-degree-follower/解题第一个表的关注者是第二个表的被关注者,对第二个表的关注者计数方法一:select followee as follower,count(distinct follower) as numfrom followwhere followee in (select follower from follow)group by followee方法二:select a.followee as follower,count(distinct a.follower) as numfrom follow a join follow b on a.followee = b.followergroup by a.followee上期推文:LeetCode1-600题汇总,希望对你有点帮助!LeetCode刷题实战601:体育馆的人流量LeetCode刷题实战602:好友申请 II :谁有最多的好友LeetCode刷题实战603:连续空余座位LeetCode刷题实战604:迭代压缩字符串LeetCode刷题实战605:种花问题LeetCode刷题实战606:根据二叉树创建字符串LeetCode刷题实战607:销售员LeetCode刷题实战608:树节点LeetCode刷题实战609:在系统中查找重复文件LeetCode刷题实战610:判断三角形LeetCode刷题实战611:有效三角形的个数LeetCode刷题实战612:平面上的最近距离LeetCode刷题实战613:直线上的最近距离 浏览 3点赞 评论 收藏 分享 手机扫一扫分享分享 举报 评论图片表情视频评价全部评论推荐 LeetCode刷题指南!Datawhale0LeetCode 啥题都有:Go 刷「打家劫舍」Go语言精选0LeetCode神器,算法刷题宝典.pdf视学算法0LeetCode神器,算法刷题宝典.pdf小白学视觉0一起刷 LeetCode!Datawhale0刷题公子龙0刷LeetCode算法题的常见模式套路AI算法与图像处理0《LeetCode刷题答案》pdf出炉,赶紧刷起来...java12340新手如何有效的刷算法题(LeetCode)python爬虫人工智能大数据0Go 刷 leetcode|大厂面试必备变形题Go语言精选0点赞 评论 收藏 分享 手机扫一扫分享分享 举报