ManasDroid / Hacktoberfest2020

Starting from the first timers to advanced level programmers all are invited to contribute to this repo.
7 stars 69 forks source link

Queues Using Linked List in C #101

Closed sid-1207 closed 3 years ago

sid-1207 commented 3 years ago

With this code I have resolved the issue #91 and #90 This is the code for implementing Queues using Linked Lists in C This is the code for implementing Stacks using Linked Lists in C Essentially I have used structures and pointer to structure objects