ZhangZhihui's Blog  
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 102 下一页

2025年4月4日

摘要: Open Chrome Settings → Appearance. Click the 'Use Classic' button: 阅读全文
posted @ 2025-04-04 23:02 ZhangZhihuiAAA 阅读(20) 评论(0) 推荐(0)
 
摘要: Given two integers left and right that represent the range [left, right], return the bitwise AND of all numbers in this range, inclusive. Example 1: I 阅读全文
posted @ 2025-04-04 12:43 ZhangZhihuiAAA 阅读(6) 评论(0) 推荐(0)
 
摘要: Given an integer array nums where every element appears three times except for one, which appears exactly once. Find the single element and return it. 阅读全文
posted @ 2025-04-04 11:36 ZhangZhihuiAAA 阅读(20) 评论(0) 推荐(0)
 
摘要: Given a non-empty array of integers nums, every element appears twice except for one. Find that single one. You must implement a solution with a linea 阅读全文
posted @ 2025-04-04 10:57 ZhangZhihuiAAA 阅读(8) 评论(0) 推荐(0)
 
摘要: Reverse bits of a given 32 bits unsigned integer. Note: Note that in some languages, such as Java, there is no unsigned integer type. In this case, bo 阅读全文
posted @ 2025-04-04 10:40 ZhangZhihuiAAA 阅读(8) 评论(0) 推荐(0)

2025年4月3日

摘要: The median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value, and the median is the mean of th 阅读全文
posted @ 2025-04-03 20:00 ZhangZhihuiAAA 阅读(11) 评论(0) 推荐(0)
 
摘要: You are given two integer arrays nums1 and nums2 sorted in non-decreasing order and an integer k. Define a pair (u, v) which consists of one element f 阅读全文
posted @ 2025-04-03 17:44 ZhangZhihuiAAA 阅读(19) 评论(0) 推荐(0)

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 阅读(14) 评论(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 阅读(13) 评论(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 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 102 下一页