fnplus / interview-techdev-guide

This repository contains curated technical interview questions by fn+geeks community
http://bit.ly/fnplusnow
MIT License
317 stars 325 forks source link

doubly linkedlist in C #639

Closed shrikantpadhy18 closed 4 years ago

shrikantpadhy18 commented 4 years ago

This uses the concept of dynamic memory allocation. it is the efficient way of implement this datastructure.

xlogix commented 4 years ago

Thanks for contributing!