algorithm
RU: алгоритм
A finite, unambiguous sequence of instructions that transforms given inputs into desired outputs and terminates in a bounded number of steps. Algorithms are analyzed by time complexity (how step count grows with input size) and space complexity (memory used), independent of hardware or language.