My own Templatized C++ Implementation
of Singly LinkedList using Microsoft Visual Studio.
- insert()
- insertAt()
- Remove()
- removeAt()
- replace()
- replaceAt()
- clear()
- getHead()
- isEmpty()
- gotoNext()
- gotoPrior()
- getCursor()
- moveCursor()
- moveCursortoEnd()
- Display()
- sort()
- duplicate()
- splitList()