From 6b0562194c2bec4da4e2769b25e2d3286767ba18 Mon Sep 17 00:00:00 2001 From: Aryan Kumar <63502167+ArynKr@users.noreply.github.com> Date: Sun, 7 Aug 2022 16:49:59 +0530 Subject: [PATCH] Update README.md Upd: Proper casing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 011a5c9..7b87466 100644 --- a/README.md +++ b/README.md @@ -652,7 +652,7 @@ if you can identify the runtime complexity of different algorithms. It's a super - [ ] Linked List vs Arrays: - [Core Linked Lists Vs Arrays (video)](https://www.coursera.org/lecture/data-structures-optimizing-performance/core-linked-lists-vs-arrays-rjBs9) - [In The Real World Linked Lists Vs Arrays (video)](https://www.coursera.org/lecture/data-structures-optimizing-performance/in-the-real-world-lists-vs-arrays-QUaUd) - - [ ] [why you should avoid linked lists (video)](https://www.youtube.com/watch?v=YQs6IC-vgmo) + - [ ] [Why you should avoid linked lists (video)](https://www.youtube.com/watch?v=YQs6IC-vgmo) - [ ] Gotcha: you need pointer to pointer knowledge: (for when you pass a pointer to a function that may change the address where that pointer points) This page is just to get a grasp on ptr to ptr. I don't recommend this list traversal style. Readability and maintainability suffer due to cleverness.