Skip to content

[Feature]: Add Linked List Types Feature to README Documentation #677

@Sriharshitha156

Description

@Sriharshitha156

Problem or limitation

The project currently supports only Singly Linked List, and there is no mention in the README about supporting or planning for other types of linked lists.

Even if new linked list types are added (like Doubly or Circular), contributors and users may not be aware of these features due to missing documentation.

Proposed solution

Proposed Solution
Update the README to include:

Description of supported linked list types
Future scope mentioning:
Doubly Linked List
Circular Linked List
Circular Doubly Linked List
Brief explanation of each type
(Optional) Add visuals or examples

Alternatives considered

No response

Use case

This would help:

Users understand available and upcoming features
Contributors identify areas to work on
Improve project documentation and clarity

Additional context

This is related to and builds upon #676, which focuses on adding different types of linked lists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    GSSoCOfficial issue for GSSoC contributors

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions