Better Method of Creating/Deleting Linked Lists Nodes
Environment: Any flavor of C++
Introduction
In this article I am going to present to you a better way to create and delete linked lists. The idea involves using double pointers. This approach will make you us