mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-11 14:36:25 +08:00
repeated error fix
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user