From 898d646d731192521427936f09f8c0bf6f3bc7c3 Mon Sep 17 00:00:00 2001 From: Aadi-45 <72186204+Aadi-45@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:03:42 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f6dca3..91586aa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ #C++ Sorting Algorithm implementation A collection of Sorting Algorithm implemented in C++11. See the `develop` branch for latest version. +Sorting in O(n) is not possible.Therfore fastest solving time complexity is O(nlogn). ## Testing Tested on g++ 4.8.1 on Ubuntu 13.04 Server and Microsoft Visual Studio 2013RC