* 2. Limited size. (in the following case it is 100 nodes at max). But we can * reuse the nodes that are to be deleted by again linking it bacj to the list.
The "linked list" structure is something that inevitably appears when learning system design or programming languages like C. "How is it different from an array?" "I get confused when pointers and ...