In C/data_structures/linked_list/ The algorithms present are missing Imp pattern topics of Linked List. #117

Open
opened 2026-01-29 15:04:11 +00:00 by claunia · 0 comments
Owner

Originally created by @deoliaman00 on GitHub (Oct 4, 2022).

Detailed description

While working with Linked List DS , the beginner needs to learn topic Like:-

  1. How to reverse a linked list
  2. Check a loop inside a linked list
  3. Check the given linked list is pallindrome or not.

Context

These topics help the beginner to get hands on with strong foundation.

Possible implementation

No response

Additional information

No response

Originally created by @deoliaman00 on GitHub (Oct 4, 2022). ### Detailed description While working with Linked List DS , the beginner needs to learn topic Like:- 1. How to reverse a linked list 2. Check a loop inside a linked list 3. Check the given linked list is pallindrome or not. ### Context These topics help the beginner to get hands on with strong foundation. ### Possible implementation _No response_ ### Additional information _No response_
claunia added the Staleenhancement labels 2026-01-29 15:04:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#117