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