I build things, break things, and write what I learn.
Currently exploring:
A linked list is a fundamental data structure used in computer science to organize and store a collection of elements. Unlike arrays, linked lists do not require a contiguous block of memory and can …