LeetCode
Jumay0612
一个热爱生活,热爱编程的程序媛,擅长数据处理和分析,目前在做机器学习和数据挖掘方向。喜欢leetcode,虽然脑子不灵光,一直保持锻炼中,防止生锈。。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
leetcode算法题(3)--不含重复字符的最长子串长度-Longest Substring Without Repeating Characters
整理自己对一些leetcode算法题的想法和实现,一直努力,每天都有新提高–来自一个热爱编程的程序媛1.LeetCode地址:Longest Substring Without Repeating Characters2.难度:medium3.题目:Given a string, find the length of the longest substring without repe...原创 2019-07-17 09:58:41 · 500 阅读 · 0 评论 -
leetcode算法题(757)--Set Intersection Size At Least Two 找到能与每个集合相交保留至少2个元素的最小集合S
leetcode 找到能与每个集合相交保留至少2个元素的最小集合Sleetcode题目:https://leetcode.com/problems/set-intersection-size-at-least-two/思路来自:大神太厉害,开始以为很难的题目,发现思想如此简单。https://leetcode.com/problems/set-intersection-size-at-le...原创 2019-03-29 10:55:34 · 377 阅读 · 0 评论
分享