Error in Russian translation for Bubble Sort Problem 27

Back to General discussions forum

Ivan Vinogradov     2016-02-04 19:47:34

Original:
If for any pair with indexes i and i+1 the condition a[i] <= a[i+1] does not hold, swap these two elements.

In Russian translation (wrong):
Если в какой-то паре с индексами indexes i и i+1 обнаруживается что a[i] <= a[i+1] - т.е. больший элемент идёт раньше - меняем эти два элемента местами.

Should be:
Если в какой-то паре с индексами i и i+1 условие a[i] <= a[i+1] не выполняется, то меняем эти два элемента местами.

Please login and solve 5 problems to be able to post at forum