Reversing a Linked List
A Linked List is a data structure that consists of nodes that points to another node, hence the name. The anatomy of a Linked List is that of a head, which is the first node, and a tail, which is the last node. So with that being said, how do you rev...
karellehofler.hashnode.dev3 min read