View on GitHub

reading-notes

CodeFellows Class Reading Notes

What’s a Linked List, Anyway? [Part 1])


https://medium.com/basecs/whats-a-linked-list-anyway-part-2-131d96f71996

Overall, arrays are preferable if you:

Alternately, linked lists are preferable if you:


Linked Lists is a page put together by Code Fellows that includes a solid overview of what Linked Lists are, a description of the steps needed to add a new node to a list, and a helpful terminology section reviewing key terms.


Home