pranjay-poddar / Data-Structures-And-Algorithms

Important data structure and algorithms codes and concept's open-source repository.
https://bit.ly/30DLzuJ
MIT License
48 stars 109 forks source link

Reversing elements using auxiliary array in Linked List #153

Closed Chayan-11 closed 2 years ago

Chayan-11 commented 2 years ago

Description

Program a function to reverse a linked list by reversing the elements using an Auxiliary array. Added a c code for the above problem.

Fixes #153

Type of change

Checklist: