Linked lists in Golang explained with real world application

The linked list is one of the most important data structures in the Computer science world. Almost every developer at some point in their career would have come across this data structure in one or the other way. What is Linked list and why is it important to be considered it as the fundamentals in Computer science? As the term denotes linked lists are nothing but the nodes are linked to each other....

June 28, 2020 · 9 min · 1707 words · Me