From 72af46ffe262e312783d752e785fdcd916b74d04 Mon Sep 17 00:00:00 2001 From: diazan6 Date: Wed, 4 Jan 2023 06:34:49 -0800 Subject: [PATCH] Update 100-arrays-linked-lists.md (#3150) Removed link that leads to error (broken link) --- .../100-arrays-linked-lists.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/roadmaps/108-python/content/101-data-structures-and-algorithms/100-arrays-linked-lists.md b/content/roadmaps/108-python/content/101-data-structures-and-algorithms/100-arrays-linked-lists.md index e5170250e..ed62f67b2 100644 --- a/content/roadmaps/108-python/content/101-data-structures-and-algorithms/100-arrays-linked-lists.md +++ b/content/roadmaps/108-python/content/101-data-structures-and-algorithms/100-arrays-linked-lists.md @@ -4,7 +4,6 @@ Arrays store elements in contiguous memory locations, resulting in easily calcul Free Content Linked Lists vs Arrays -A Complete Guide to Linked Lists in Python Python Array Tutorial Python Arrays Arrays in Python