原文链接: https://leetcode-cn.com/problems/merge-k-sorted-lists
英文原文You are given an array of k linked-lists lists, each l
标签详情
归并排序 分类
原文链接: https://leetcode-cn.com/problems/count-of-smaller-numbers-after-self
英文原文You are given an integer array nums and
原文链接: https://leetcode-cn.com/problems/count-of-range-sum
英文原文Given an integer array nums and two integers lower and u
原文链接: https://leetcode-cn.com/problems/reverse-pairs
英文原文Given an integer array nums, return the number of reverse pai
原文链接: https://leetcode-cn.com/problems/sort-an-array
英文原文Given an array of integers nums, sort the array in ascending
原文链接: https://leetcode-cn.com/problems/shu-zu-zhong-de-ni-xu-dui-lcof
中文题目在数组中的两个数字,如果前面一个数字大于后面的数字,则这两个数字组成一个逆序对。输入一个
原文链接: https://leetcode-cn.com/problems/7WHec2
中文题目给定链表的头结点 head ,请将其按 升序 排列并返回 排序后的链表 。
示例 1:
原文链接: https://leetcode-cn.com/problems/vvXgSW
中文题目给定一个链表数组,每个链表都已经按升序排列。
请将所有链表合并到一个升序链表中,返回合并后的链表。
示例 1: