240 发简信
IP属地:福建
  • 877. 石子游戏

    题目 (https://leetcode-cn.com/problems/stone-game/)亚历克斯和李用几堆石子在做游戏。偶数堆石子排成...

  • 319. 灯泡开关

    题目 (https://leetcode-cn.com/problems/bulb-switcher/)初始时有 n 个灯泡关闭。 第 1 轮,...

  • 785. 判断二分图

    题目 (https://leetcode-cn.com/problems/is-graph-bipartite/)给定一个无向图graph,当这...

  • 315. 计算右侧小于当前元素的个数

    题目 (https://leetcode-cn.com/problems/count-of-smaller-numbers-after-self...

  • 79. 单词搜索

    题目 (https://leetcode-cn.com/problems/word-search/)给定一个二维网格和一个单词,找出该单词是否存...

  • Resize,w 360,h 240
    15. 三数之和

    题目 (https://leetcode-cn.com/problems/3sum/)给定一个包含 n 个整数的数组 nums,判断 nums ...

  • 207. 课程表

    题目 (https://leetcode-cn.com/problems/course-schedule/)现在你总共有 n 门课需要选,记为 ...

  • 473. 火柴拼正方形

    题目 (https://leetcode-cn.com/problems/matchsticks-to-square/)还记得童话《卖火柴的小女...

  • 70. 爬楼梯

    题目 (https://leetcode-cn.com/problems/climbing-stairs/)假设你正在爬楼梯。需要 n 阶你才能...