Skip to content

Commit afb43b8

Browse files
authored
Merge pull request #12 from djeada/djeada-patch-2
Update data_structures.md
2 parents c716d5a + c52c50d commit afb43b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/data_structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In computer science, a _collection_ (often interchangeably referred to as a _con
77

88
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.
99

10-
![image](https://github.com/user-attachments/assets/2471c93c-297e-486d-89ea-e78e7241cfb2)
10+
<img width="1791" height="753" alt="image" src="https://github.com/user-attachments/assets/0526c686-d302-4174-bbd6-032234b5af48" />
1111

1212
### Linked Lists
1313

0 commit comments

Comments
 (0)