HarshwardhanPatil07 / HactoberFest2024

A Simple😉 beginner friendly😊 Repo for all programmers and coders. All contributors are requested to star🌟this repo and and folllllow me. Contribute to start your journey with hacktoberfest. Happy Hacking💻!!!
MIT License
163 stars 448 forks source link

Linked List Matrix - Convert 2D matrix into Linked List Matrix #308

Open sudhanshuBHU opened 1 month ago

sudhanshuBHU commented 1 month ago

We have given a Matrix of n*n size. Our task is constructing a 2D linked list representation of the given matrix.

Please assign me this issue under Hactoberfest 2024.

shrutipuskar commented 1 month ago

Plz assign this task to me......... and add hactoberfest tag

guptushar27 commented 1 month ago

Plz assign this task to me and add hactoberfest tag

MohdAazam1 commented 1 month ago

/assign

AvinashUmrao commented 4 weeks ago

Description

A Linked List Matrix is a data structure where each element in a 2D matrix is a node with four pointers (right, down, left, up), connecting it to its adjacent elements. This enables matrix-like traversal in all four directions within a linked list format.

@HarshwardhanPatil07 please assign this work to me , would be happy to contribute also add the label of hactoberfest accepted