From 6a94e9a612a0f66a52dc9036fe6838cc3b68dfc1 Mon Sep 17 00:00:00 2001 From: sensational123 <32621305+sensational123@users.noreply.github.com> Date: Tue, 2 Oct 2018 18:00:04 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f6dca3..7d1a5ca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A collection of Sorting Algorithm implemented in C++11. See the `develop` branch for latest version. -## Testing +##Testing Tested on g++ 4.8.1 on Ubuntu 13.04 Server and Microsoft Visual Studio 2013RC ###Bubble Sort