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

[NEW DATA STRUCTURE]: Linked List #26

Closed
Bryan-Herrera-DEV opened this issue Feb 4, 2023 · 0 comments · Fixed by #27
Closed

[NEW DATA STRUCTURE]: Linked List #26

Bryan-Herrera-DEV opened this issue Feb 4, 2023 · 0 comments · Fixed by #27
Labels
New Data Structures For New Data Structures

Comments

@Bryan-Herrera-DEV
Copy link
Owner

Descripcion del algoritmo

En ciencias de la computaciòn una lista enlazada es una coleccion linear de elementos de datos, en los cuales el orden linear no es dado por su posciòn fisica en memoria. En cambio, cada elemento señala al siguiente.

Referencias y links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Data Structures For New Data Structures
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant