Data Structures in Golang – Linked List (1/2)



Data Structures in Golang – Linked List (1/2)

Data Structures in Golang - Linked List (1/2)

Hello! this is my first video on data structures in #golang, hope it is helpful
Sorry about the keyboard sound, didn’t know it would be that loud.
Linked lists are very important especially for #coding interviews. You can see many interview questions related to linked lists in #leetcode.

If you wish to support me 🤗 :
https://www.buymeacoffee.com/junminlee
https://paypal.me/junminlee3

0:04 Explains what a linked list is
2:43 Doubly linked list
3:35 Define a Node struct
3:56 Define a LinkedList struct
4:44 The Prepend method

(Part 2)
A method that prints data of all nodes in a list
A method that deletes a node that holds a certain value

Thanks for watching!!

Comments are closed.