给你一个链表,每 k 个节点一组进行翻转,请你返回翻转后的链表。 k 是一个正整数,它的值小于或等于链表的长度。 如果节点总数不是 k 的整数倍...
给定 n 个非负整数,用来表示柱状图中各个柱子的高度。每个柱子彼此相邻,且宽度为 1 。求在该柱状图中,能够勾勒出来的矩形的最大面积。 以上是柱...
Given n non-negative integers a1, a2, ..., an , where each represents a ...
LR LR是线性分类模型,要求输入线性独立特征。 GBDT GBDT是一种迭代的决策树算法,它由多棵决策树组成,所有树累加起来作为最终答案。优点...
N-way K-shot N-way:表示有N个类别K-shot:每一个类别中,有K个样本对于一个task,可以表示为{(s1,y),(s2,y...
Given an array nums, there is a sliding window of size k which is moving...
Sort a linked list in O(n log n) time using constant space complexity.Ex...
Given a m x n grid filled with non-negative numbers, find a path from to...
Suppose an array sorted in ascending order is rotated at some pivot unkn...