返回顶部
扫描二维码

关注官方微信号获取第一手资料

  • leetcode 3. Longest
    题目:Given a string, find the length of the longest substring without repeating characters. For example, the longest subst...
    leetcode 3. Longest
    838
    标签:
    leetcode Longest
  • leetCode
    two sumGiven an array of integers, return indices of the two numbers such that they add up to a specific target.You may ...
    leetCode
    685
    标签:
    leetCode
  • python(leetcode)-344
    编写一个函数,其作用是将输入的字符串反转过来。输入字符串以字符数组 char[] 的形式给出。不要给另外的数组分配额外的空间,你必须原地修改输入数组、使用 O(1) 的额外空间解决这一问题。你可以假设数组中的所有字符都是 ASCII 码表中...
    python(leetcode)-344
    301
    标签:
    python leetcode
  • python(leetcode)-283
    给定一个数组 nums,编写一个函数将所有 0 移动到数组的末尾,同时保持非零元素的相对顺序。示例:输入: [0,1,0,3,12]输出: [1,3,12,0,0]说明:必须在原数组上操作,不能拷贝额外的数组。尽量减少操作次数。 说下拿到这...
    python(leetcode)-283
    508
    标签:
    python leetcode
  • leetcode 241. Differ
    题目:Given a string of numbers and operators, return all possible results from computing all the different possible ways t...
    leetcode 241. Differ
    528
    标签:
    leetcode Differ
  • leetcode】 46. Permu
    Permutations Given a collection of distinct numbers, return all possible permutations.For example, [1,2,3] have the foll...
    【leetcode】 46. Permu
    863
    标签:
    leetcode Permu
  • [leetcode]39. Combin
    题目:Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate n...
    [leetcode]39. Combin
    433
    标签:
    leetcode Combin
  • Leetcode 1:两数之和
    给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标。 你可以假设每种输入只会对应一个答案。但是,你不能重复利用这个数组中同样的元素。示例:给定 nums = [2, ...
    Leetcode 1:两数之和
    918
    标签:
    之和 Leetcode
  • 如何使用LeetCode二叉树
    ...
    如何使用LeetCode二叉树
    434
    标签:
  • LeetCode如何实现跳跃游戏
    ...
    LeetCode如何实现跳跃游戏
    668
    标签:
热门文章
精彩推荐
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作