subarray

[ˈsʌbəˈrei]

n.

  1. 子阵

网络词典

subarray

英 ˈsʌbərɪ 美 ˈsʌbərɪ
名词 中文翻译:子数组
同义词: ['subset', 'subset', 'subsequence']

例句:

  1. 1. The algorithm is designed to findthe subarray with the maximum sum.
    这个算法被设计用来找到具有最大和的子数组。
  2. 2. The task requires us toidentify the subarray that minimizes thetotal cost.
    这个任务要求我们找出那个总成本最小的子数组。
  3. 3. Inthis problem, we aregiven a list of numbers andneed to find the subarray thatsums up to a specific target value.
    在这个问题上,我们有一个数字列表,需要找出那个和等于特定目标值的子数组。