diff --git a/sorting/README.md b/sorting/README.md index 5e551351..8a17aa79 100644 --- a/sorting/README.md +++ b/sorting/README.md @@ -2,10 +2,10 @@ ### c-or-cpp -1. bubble-sort.cpp +1. [Bubble Sort](c-or-cpp/bubble-sort.cpp) ### python -1. bubble-sort.py +1. [Bubble Sort](python/bubble-sort.py) diff --git a/strings/README.md b/strings/README.md index d9a742fa..054539aa 100644 --- a/strings/README.md +++ b/strings/README.md @@ -2,4 +2,4 @@ ### c-or-cpp -1. palindrome check (palindrome.c) +1. [Palindrome Check](c-or-cpp/palindrome.c)