[Кормен] Условие задачи
Форум — Development
Доброго времени суток! Помогите разобраться в условии задачи 2.1-4 из книги Кормена «Introduction to Algorithms».
Consider the problem of adding two n-bit binary integers, stored in two n-element arrays A and B. The sum of the two integers should be stored in binary form in an (n + 1)-element array C. State the problem formally and write pseudo-code for adding the two integers.
Нашел ссылку по данной задаче, но опять же не догоняю его псевдокод :(