mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-12 11:37:18 +08:00
verb correction
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
* we place it at the correct sorted position thus the array in this iteration
|
* we place it at the correct sorted position thus the array in this iteration
|
||||||
* becomes
|
* becomes
|
||||||
* \f{bmatrix}{2 &3 &4 &5 &1\f}
|
* \f{bmatrix}{2 &3 &4 &5 &1\f}
|
||||||
* 4. we does not do anything with 5 and move on to the next iteration and
|
* 4. we do not do anything with 5 and move on to the next iteration and
|
||||||
* select 1 which is misplaced and place it at correct position. Thus, we have
|
* select 1 which is misplaced and place it at correct position. Thus, we have
|
||||||
* \f{bmatrix}{1 &2 &3 &4 &5\f}
|
* \f{bmatrix}{1 &2 &3 &4 &5\f}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user