From c52c50d10a4ab9b4e3307aff6c2910e48bf99ff5 Mon Sep 17 00:00:00 2001 From: Adam Djellouli <37275728+djeada@users.noreply.github.com> Date: Sun, 31 Aug 2025 23:31:20 +0200 Subject: [PATCH] Update data_structures.md --- notes/data_structures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/data_structures.md b/notes/data_structures.md index 5de9ab6..208a1e9 100644 --- a/notes/data_structures.md +++ b/notes/data_structures.md @@ -7,7 +7,7 @@ In computer science, a _collection_ (often interchangeably referred to as a _con Every developer should really get to know collections well. It helps you pick the right type of collection for the job, making your code faster, more efficient, and easier to manage in the long run. -![image](https://github.com/user-attachments/assets/2471c93c-297e-486d-89ea-e78e7241cfb2) +image ### Linked Lists