ZhangZhihui's Blog  

2025年4月2日

摘要: Suppose LeetCode will start its IPO soon. In order to sell a good price of its shares to Venture Capital, LeetCode would like to work on some projects 阅读全文
posted @ 2025-04-02 21:45 ZhangZhihuiAAA 阅读(6) 评论(0) 推荐(0)
 
摘要: Given an integer array nums and an integer k, return the kth largest element in the array. Note that it is the kth largest element in the sorted order 阅读全文
posted @ 2025-04-02 21:00 ZhangZhihuiAAA 阅读(5) 评论(0) 推荐(0)
 
摘要: Given a circular integer array nums of length n, return the maximum possible sum of a non-empty subarray of nums. A circular array means the end of th 阅读全文
posted @ 2025-04-02 16:36 ZhangZhihuiAAA 阅读(11) 评论(0) 推荐(0)
 
摘要: Given an integer array nums, find the subarray with the largest sum, and return its sum. Example 1: Input: nums = [-2,1,-3,4,-1,2,1,-5,4] Output: 6 Ex 阅读全文
posted @ 2025-04-02 16:21 ZhangZhihuiAAA 阅读(4) 评论(0) 推荐(0)
 
摘要: You are given an array of k linked-lists lists, each linked-list is sorted in ascending order. Merge all the linked-lists into one sorted linked-list 阅读全文
posted @ 2025-04-02 12:38 ZhangZhihuiAAA 阅读(2) 评论(0) 推荐(0)