From 4e729ab82058329a55b97e8fd2f3a88455b686d2 Mon Sep 17 00:00:00 2001 From: Ming Tsai <37890026+ming-tsai@users.noreply.github.com> Date: Wed, 19 May 2021 08:44:20 -0400 Subject: [PATCH] fix: url permutation of string --- algorithms/C/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms/C/README.md b/algorithms/C/README.md index dd299f2b..6176fba3 100644 --- a/algorithms/C/README.md +++ b/algorithms/C/README.md @@ -23,7 +23,7 @@ ## Strings - [Count Words](strings/count-words.c) - [Palindrome](strings/palindrome.c) -- [Permutation of String](string/Permutation-of-String.c) +- [Permutation of String](strings/Permutation-of-String.c) ## Tree - [Height Of Tree](tree/height-of-a-tree.c)