/Linked-list-operations

This repository contains creation of a linked list, displaying of the same, and various other operations such as searching, sorting, merging, concatenation and many others.

Primary LanguageCMIT LicenseMIT

Linked-list-operations

This repository contains creation of a linked list, displaying of the same, and various other operations such as searching, sorting, merging, concatenation and many others. There are many operations on Linked list. I have tried to create a repository with most of the popular operations on the lists even with recursion.