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

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • 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 🤗 :
    www.buymeacoff...
    paypal.me/junm...
    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!!

Комментарии • 8

  • @amitk6701
    @amitk6701 Месяц назад +1

    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!

  • @fagnersales532
    @fagnersales532 Месяц назад +1

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

  • @economicist2011
    @economicist2011 Месяц назад

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

  • @SandeepPrajapati-xu9ru
    @SandeepPrajapati-xu9ru Месяц назад

    wow this is amazing, go seems interesting

  • @baxiry.
    @baxiry. 3 месяца назад +1

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

  • @4m4l
    @4m4l 2 месяца назад +2

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

  • @AdwardInterstaller
    @AdwardInterstaller 3 месяца назад +1

    UR new channel?