From 2b2b0ed5c91cd2f4e8e18d79c1e9e5352c0a69c5 Mon Sep 17 00:00:00 2001 From: Stepfen Shawn Date: Thu, 16 Apr 2020 22:27:58 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7af7e7..cd07554 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ### All algorithms implemented in Ruby (for education) These are for demonstration purposes only. +For a full list of all algorithms, please see:[DIRECTORY.md](https://github.com/TheAlgorithms/Ruby/blob/master/DIRECTORY.md) ## Sorting Algorithms ### Bogo Sort