This is a simple implementation of a one-way linked-list in C++.
-
Updated
Nov 28, 2022 - C++
This is a simple implementation of a one-way linked-list in C++.
A simple implementation of the Linked list in C/C++. You can build, edit, concatenate two lists, perform union,intersection operation on two lists besides being able to search, sum and move forward a node, combine into two lists into ordered list and delete elements in the list.
Add a description, image, and links to the linkedlist-insert topic page so that developers can more easily learn about it.
To associate your repository with the linkedlist-insert topic, visit your repo's landing page and select "manage topics."