Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Circular Linked List In Data Structure. #1131

Open
vr-varad opened this issue May 12, 2024 · 1 comment
Open

Adding Circular Linked List In Data Structure. #1131

vr-varad opened this issue May 12, 2024 · 1 comment

Comments

@vr-varad
Copy link

Issue Description:

Objective:
Add Circular Linked List to our list of recognized data structures.

Proposal:
Circular Linked List should be added as a core data structure due to its unique functionalities and widespread applicability.

Reasoning:

  1. Circular Iteration: Enables seamless circular iteration, valuable for cyclic data processing needs.
  2. Efficient Queue Implementation: Forms the foundation for circular queues, allowing for efficient enqueue and dequeue operations without element shifting.
  3. Memory Management: Simplifies cyclic reference handling in memory management tasks like garbage collection.

Circular Linked Lists extend the capabilities of linear data structures, making them a valuable addition to our toolkit.

@Naveen-2021ucp1387
Copy link

is this issue still open ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants