From cbf24655623770cc7070d55a07da7debae6e140f Mon Sep 17 00:00:00 2001 From: "Marco, Sanfilippo Frittola" Date: Tue, 15 Aug 2023 14:54:27 +0100 Subject: [PATCH] Add back to top in Algorithms Sources.md --- Algorithms/Sources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Algorithms/Sources.md b/Algorithms/Sources.md index 7c8464cf..0f019af4 100644 --- a/Algorithms/Sources.md +++ b/Algorithms/Sources.md @@ -83,6 +83,7 @@ We have lots of links to add here...it will be updated soon! - [Heap](#heap) - [Linked List](#linked-list) +[⬆ Back to Top](#index) ## Dynamic Programming ### Matrix chain multiplication