240 发简信
IP属地:浙江
  • 25. K 个一组翻转链表

    给你一个链表,每 k 个节点一组进行翻转,请你返回翻转后的链表。 k 是一个正整数,它的值小于或等于链表的长度。 如果节点总数不是 k 的整数倍...

  • 84.柱形图中最大矩形

    给定 n 个非负整数,用来表示柱状图中各个柱子的高度。每个柱子彼此相邻,且宽度为 1 。求在该柱状图中,能够勾勒出来的矩形的最大面积。 以上是柱...

  • Resize,w 360,h 240
    11. 盛最多水的容器

    Given n non-negative integers a1, a2, ..., an , where each represents a ...

  • Resize,w 360,h 240
    ctr 模型比较

    LR LR是线性分类模型,要求输入线性独立特征。 GBDT GBDT是一种迭代的决策树算法,它由多棵决策树组成,所有树累加起来作为最终答案。优点...

  • Resize,w 360,h 240
    few-shot learning

    N-way K-shot N-way:表示有N个类别K-shot:每一个类别中,有K个样本对于一个task,可以表示为{(s1,y),(s2,y...

  • 239. 滑动窗口最大值

    Given an array nums, there is a sliding window of size k which is moving...

  • 148. 链表排序

    Sort a linked list in O(n log n) time using constant space complexity.Ex...

  • 64. 最短路径和

    Given a m x n grid filled with non-negative numbers, find a path from to...

  • 33. 搜索旋转排序数组

    Suppose an array sorted in ascending order is rotated at some pivot unkn...