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

Want to Include Other Data Structure like Queue, Linked List, Array etc. #332

Open
dev-world-rohit opened this issue May 14, 2024 · 2 comments

Comments

@dev-world-rohit
Copy link

Hello,
I've reviewed the repository and believe that including additional data structures would enhance the understanding of Data Structures and Algorithms.

Data Structures I propose to add to the repository:

1. Array

  • Insert an element at a specified location
  • Access/Search for an element
  • Delete an element from a specified location

2. Queue

  • Add an element
  • Peek at the element
  • Remove the element

3. Linked List

  • Singly Linked List
    -> Create a singly linked list
    -> Insert an element at a specific position
    -> Search for an element
    -> Delete an element at a specific position

  • Doubly Linked List
    -> Create a doubly linked list
    -> Insert an element at a specific position
    -> Search for an element
    -> Delete an element at a specific position

  • Circular Linked List
    -> Create a circular linked list
    -> Insert an element at a specific position
    -> Search for an element
    -> Delete an element at a specific position

  • Doubly Circular Linked List
    -> Create a doubly circular linked list
    -> Insert an element at a specific position
    -> Search for an element
    -> Delete an element at a specific position

@Saicharan086
Copy link

I will work on Queues assign me

@taahahussainkhan
Copy link

I can work on LinkedLists, assign me

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

3 participants