square root decomposition

短语

词形变化

square root decompositions 复数 square root decompositions

别名

sqrt decomposition

释义与例句

n.
  1. 1.

    A technique that can reduce the runtime of an algorithm by a factor of √ (where n is the size of the input) by dividing the input into √ chunks and performing operations on whole chunks when possible.

    计算机 工程 数学