A
A
Andrey Lyubimenko2018-10-01 15:09:46
C++ / C#
Andrey Lyubimenko, 2018-10-01 15:09:46

Where can I read about linear algorithms (C language)?

Please tell me where you can read more about linear algorithms, there are a couple of tasks but I don’t know how they can be implemented (I don’t have much experience), for example:
A two-digit number is given. Get the number formed by permuting the
digits of the given number.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rsa97, 2018-10-01
@andrewlybimenko

What is there to read? A linear algorithm is a sequence of operations without conditional branches and loops. That is, just a chain of steps, always performed strictly in turn in the same order.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question