codeIIEST / Algorithms

A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
http://codeiiest.github.io/Algorithms/
MIT License
202 stars 161 forks source link

Create doublylinkedlist.c #276

Open harsha7108 opened 4 years ago

harsha7108 commented 4 years ago

Thank you for your contribution. Please provide the details requested below.

153

Please provide a link to the issue this pull request addresses.

SHORT DESCRIPTION

Please provide a short description of the changes.

added doubly linked list

Please provide the necessary steps to test the solution.