From 2e5e48fa1a73ac94766845ce574c8fae60915830 Mon Sep 17 00:00:00 2001 From: kas-hish <72230463+kas-hish@users.noreply.github.com> Date: Fri, 2 Oct 2020 03:05:25 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 457fa65..41f2360 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is just a collection of algorithms I wanted to implement in order to improve my understanding. They are NOT optimized and probably shouldn't be used in production code. -Here is the complete list :: +Here is the complete list of algorithms here:: 1. [CP](https://github.com/harrypotter0/algorithms-in-python/tree/master/CP)