Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 293 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 293 Bytes

Linkedlist

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.