leetcode.cn 2026-04-08
🟡3653.xor-after-range-multiplication-queries-i
🏷️ Tags
#array #divide_and_conquer #simulation
🟡3653.xor-after-range-multiplication-queries-i
🏷️ Tags
#array #divide_and_conquer #simulation
Telegraph
xor-after-range-multiplication-queries-i
给你一个长度为 n 的整数数组 nums 和一个大小为 q 的二维整数数组 queries,其中 queries[i] = [li, ri, ki, vi]。 对于每个查询,按以下步骤执行操作:
leetcode.com 2026-04-08
🟡3653.xor-after-range-multiplication-queries-i
🏷️ Tags
#array #divide_and_conquer #simulation
🟡3653.xor-after-range-multiplication-queries-i
🏷️ Tags
#array #divide_and_conquer #simulation
Telegraph
xor-after-range-multiplication-queries-i
You are given an integer array nums of length n and a 2D integer array queries of size q, where queries[i] = [li, ri, ki, vi]. For each query, you must apply the following operations in order:
leetcode.cn 2026-06-08
🟡2161.partition-array-according-to-given-pivot
🏷️ Tags
#array #two_pointers #simulation
🟡2161.partition-array-according-to-given-pivot
🏷️ Tags
#array #two_pointers #simulation
Telegraph
partition-array-according-to-given-pivot
给你一个下标从 0 开始的整数数组 nums 和一个整数 pivot 。请你将 nums 重新排列,使得以下条件均成立:
leetcode.com 2026-06-08
🟡2161.partition-array-according-to-given-pivot
🏷️ Tags
#array #two_pointers #simulation
🟡2161.partition-array-according-to-given-pivot
🏷️ Tags
#array #two_pointers #simulation
Telegraph
partition-array-according-to-given-pivot
You are given a 0-indexed integer array nums and an integer pivot. Rearrange nums such that the following conditions are satisfied: