You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: