From 66412327fa08fb1834f56f5f001612f1286f33e3 Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Fri, 30 Jun 2023 11:08:37 +0100 Subject: [PATCH] chore: add resource under python:data-structures-and-algorithms:arrays-linked-lists --- .../100-arrays-linked-lists.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/data/roadmaps/python/content/101-data-structures-and-algorithms/100-arrays-linked-lists.md b/src/data/roadmaps/python/content/101-data-structures-and-algorithms/100-arrays-linked-lists.md index 0597a960c..2e500f7f6 100644 --- a/src/data/roadmaps/python/content/101-data-structures-and-algorithms/100-arrays-linked-lists.md +++ b/src/data/roadmaps/python/content/101-data-structures-and-algorithms/100-arrays-linked-lists.md @@ -10,3 +10,4 @@ Visit the following resources to learn more: - [Arrays in Python](https://www.edureka.co/blog/arrays-in-python/) - [Array Data Structure | Illustrated Data Structures](https://www.youtube.com/watch?v=QJNwK2uJyGs) - [Linked List Data Structure | Illustrated Data Structures](https://www.youtube.com/watch?v=odW9FU8jPRQ) +- [Linked List Python](https://realpython.com/linked-lists-python/) \ No newline at end of file