Linked Lists in Go | Data Structures and Algorithms



Linked Lists in Go | Data Structures and Algorithms

Linked Lists in Go | Data Structures and Algorithms

Today’s video tutorial, we are going to look at implementing Linked Lists in the Go Programming Language.

We will compare linked lists to arrays briefly and look at how both would be laid out in memory.

I recorded this video right after the HTMx Todo video.
Mistakes carried over… anyways you can see the code!
https://github.com/NerdCademyDev/go-dsa

Linode $60/100day free credit:
https://www.linode.com/lp/refer/?r=f208ff2dd1bb6ecbe427800d75bf0884b95936ec

If you wanna support my channel, you can buy me a coffee:
☕️ https://www.buymeacoffee.com/nerdcademy
Coffee make the code go!!!

⚡️ Gear I use:
💻 Laptop: https://frame.work/products/laptop-diy-13-gen-intel?q=processor
🖥 M1 Mac Mini: https://amzn.to/3RiyJu2
⌨️ Mech Keyboard: https://amzn.to/3PmR5ri
🎥 My Camera Lumix S5: https://amzn.to/3EJ2RY6
📷 Panasonic 35mm Lens: https://amzn.to/3F3J1ad
🎤 Rode Podmic: https://amzn.to/3ZtR6hO
☁️ Cloudlifter: https://amzn.to/3ZqTVju
👉 Alternative Cloudlifter: https://amzn.to/48rtqia
🔊 Audio Interface: https://amzn.to/3Pz5TmO
💡 Main Video Light: https://amzn.to/3ZkJkql
📦 Softbox: https://amzn.to/3sZO60g

I only recommend products I would use myself and all opinions expressed here are my own. Some of these links are Affiliate Links and I may earn a small commission if you click through and purchase something–at no additional cost to you!

Chapters:
00:00 Discussion
00:50 Arrays
03:22 Linked Lists
05:29 Code
06:26 Append Node
08:38 Print List
09:54 Prepend Node
12:00 Length of List
13:58 Search List
15:29 Delete First Node
16:48 Delete Last Node
18:22 Delete Node

Comments are closed.