From e34c727c5590b6541e18c55969deb4e40e488636 Mon Sep 17 00:00:00 2001 From: Ming Tsai Date: Tue, 9 Feb 2021 09:31:37 -0400 Subject: [PATCH] docs: delete dummy new lines --- strings/README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/strings/README.md b/strings/README.md index db31b7b1..43501e73 100644 --- a/strings/README.md +++ b/strings/README.md @@ -8,11 +8,6 @@ 4. [Rabin Karp String Searching](c-or-cpp/rabin-karp.cpp) 5. [String Tokeniser](c-or-cpp/string-tokeniser.cpp) - - - - - ### C# You could use any online IDE (for an example [.net Finddle](https://dotnetfiddle.net/)) to test them. @@ -28,16 +23,3 @@ You could use any online IDE (for an example [.net Finddle](https://dotnetfiddle 2. [All subsequences](java/sequence.java) 3. [KMP String Searching](java/kmp.cpp) 4. [Rabin Karp String Searching](java/rabin-karp.cpp) - - - - - - - - - - - - -