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

preview_player
Показать описание
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 🤗 :

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!!
Рекомендации по теме
Комментарии
Автор

Thanks for video. It is very helpful for someone (like me, despite 1.5 decade of experience) new to Go lang.
You have good knack of explaining the things and keeping them simple, both are rare to do at same time!

Some (unsolicited!) advise: if you could use the same names for methods e.g. add, remove that are typically associated with a data structure AND add test suit that would complete the things thoroughly. Please keep up the good work. Thanks for video and great work!

amitk
Автор

Thank you so much for this video, learning Go in the right way now!

fagnersales
Автор

Your videos are so good. Please make more of DSA in go lang.

ml
Автор

Thank you so much, your videos really help me

MiguelNkonoNdeme
Автор

3:28 "Sorry about the loud typing" -- no, don't be. That's half of the coding Youtube aesthetic!

economicist
Автор

wow this is amazing, go seems interesting

SandeepPrajapati-xuru
Автор

Can you change the highlight color?
Dark words and Mathematical notation are difficult to see easily

baxiry.
visit shbcf.ru