Skip to content

[Feature]: add types of linkedlist #676

@Sriharshitha156

Description

@Sriharshitha156

Problem or limitation

Currently, AlgoScope supports visualization for only Singly Linked List. However, there are other important types of linked lists that are commonly used in data structures but are not available in the platform.

This limits the learning experience for users who want to explore different variations of linked lists.

Proposed solution

Extend the Linked List module to support additional types such as:

Doubly Linked List
Circular Linked List
Circular Doubly Linked List

Each type should include:

Visualization
Basic operations (insert, delete, traverse)
Interactive controls similar to existing singly linked list

Alternatives considered

No response

Use case

This feature would help:
Students understand differences between linked list types
Improve conceptual clarity in data structures
Enhance AlgoScope as a comprehensive learning tool

Additional context

No response

Metadata

Metadata

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