mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
repeated error fix
This commit is contained in:
parent
e24ab0aa7f
commit
5523a88acd
@ -7,9 +7,6 @@
|
||||
#include <iostream> // for io operations
|
||||
|
||||
/**
|
||||
* Copyright 2020 @author beqakd
|
||||
* @file
|
||||
* A basic implementation of gnome sort algorithm.
|
||||
* Gnome sort algorithm is not the best one. But it is used widely
|
||||
* it looks two elements prev one and next one. If they are on
|
||||
* right order it forwards, otherwise it swaps elements.
|
||||
|
Loading…
x
Reference in New Issue
Block a user