repeated error fix

This commit is contained in:
beqakd 2020-06-12 13:53:55 +04:00
parent e24ab0aa7f
commit 5523a88acd

View File

@ -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.