AlgoGenesis / C

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
80 stars 251 forks source link

[NEW ALGORITHM] Reversing the linked list (reversing the links) #1251

Open Tanyajain2006 opened 3 hours ago

Tanyajain2006 commented 3 hours ago

Issue will be closed if:

1) You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed.
2) You propose an algorithm that is already present or has been mentioned in a previous issue.
3) You create a new issue without completing your previous issue.

Note: These actions will be taken seriously. Failure to follow the guidelines may result in the immediate closure of your issue.


Name: Reversing the linked list

[NEW ALGORITHM]

About:

Reversing the linked list basically wants to reverse the links of node by keeping the position of nodes same. ex- 1->2->3->4->5->NULL after reversal: NULL<-1<-2<-3<-4<-5


Labels:

new algorithm, gssoc-ext, hacktoberfest, level1


Assignees:

Tanyajain2006 commented 3 hours ago

Reversing the linked list in singly, circular singly, doubly and circular doubly linked list.

Ritika-K7 commented 2 hours ago

@Tanyajain2006 @pankaj-bind Please assign this to me . I would Like to work on this.

Tanyajain2006 commented 2 hours ago

@Tanyajain2006 @pankaj-bind Please assign this to me . I would Like to work on this.

Hi Ritika, Thank you for your offer to contribute! I really appreciate it. However, I’ve already completed this part of the project. When the project admin assigns, I just need to create a pull request. I hope you understand, and I’ll definitely keep you in mind for future tasks!

Thanks