What are linked lists and how do we create them? Imagine we want to store our names in alphabetical order and maintain them in memory. We have two options, arrays or Linked Lists. In this article we will discuss linked lists and in a separate article...
allankariuki.hashnode.dev4 min read
No responses yet.