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
34 stars 73 forks source link

Circular and doubly linked list #273

Open Bhumika-00 opened 22 hours ago

Bhumika-00 commented 22 hours ago

Description:

Circular Linked List Structure: The last node points back to the first node, forming a loop.

Doubly Linked List Structure: Each node has pointers to both the next and previous nodes.

Checklist:

Additional Information:

Types: Singly Circular: Each node points to the next. Doubly Circular: Each node points to both the next and previous nodes. Use Cases: Suitable for applications requiring circular traversal, like round-robin scheduling.

AnujSaha0111 commented 17 hours ago

Can you please assign it to me? I want to work on it.

manya346 commented 15 hours ago

Hey! I want to work on this can you please assign it to me?