ar7aditya / DSA-Hacktoberfest-2022

DSA
MIT License
20 stars 64 forks source link

Reverse Linked List in K Groups #86

Closed Bharat0509 closed 1 year ago

Bharat0509 commented 1 year ago

added question based on linked in this question we need to revere linked list in k groups. in this question i used recursive approach to reverse linked list in k gruops. hope it can help you.