AllAlgorithms / cpp

Implementation of All ▲lgorithms in C++ Programming Language
https://github.com/AllAlgorithms/cpp
MIT License
687 stars 323 forks source link

The directory algorithms/data-structures/linkedlist does not cover all the linked list types. #362

Open swarajmhatre opened 1 year ago

swarajmhatre commented 1 year ago

I am creating an issue because... The directory algorithms/data-structures/LinkedList does not cover all the linked list types. I want to contribute. I will add codes for all the linked List types Singly(Linear and Circular) and Doubly(Linear and Circular) Linked List.