Ayush7-BIT / turbo-robot

"A collection of essential coding algorithms and popular code solutions. Optimized for interviews and competitive programming, covering a wide range of topics from sorting to dynamic programming.”
23 stars 263 forks source link

Add a Program for doubly Linked List in cpp #589

Open AvinashUmrao opened 4 hours ago

AvinashUmrao commented 4 hours ago

This C++ program implements a doubly linked list with a Node class, allowing for the insertion and deletion of nodes at various positions. It includes functions to print the list, get its length, and manage nodes efficiently, demonstrating basic operations on a doubly linked structure.

AvinashUmrao commented 4 hours ago

@Ayush7-BIT Sir Please assign this issue to me also add hactoberfest labels

AvinashUmrao commented 4 hours ago

@Ayush7-BIT I have created a PR