From f662b859756b01e8bc54e872bcf4098644091137 Mon Sep 17 00:00:00 2001 From: Ujjwal <75884061+UG-SEP@users.noreply.github.com> Date: Wed, 14 Apr 2021 20:24:42 +0530 Subject: [PATCH] added count words program link --- strings/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/strings/README.md b/strings/README.md index 07bb97dd..cf6130bb 100644 --- a/strings/README.md +++ b/strings/README.md @@ -9,6 +9,7 @@ 5. [String Tokeniser](c-or-cpp/string-tokeniser.cpp) 6. [String Reversal](c-or-cpp/string-reverse.cpp) 7. [Permutation of String](c-or-cpp/Permutation-of-String.c) +8. [Count Words](c-or-cpp/count-words.c) ### C#