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

Optimización de la función hasPathTo en la clase Node #14

Open
federicopfund opened this issue Apr 14, 2024 · 0 comments
Open

Optimización de la función hasPathTo en la clase Node #14

federicopfund opened this issue Apr 14, 2024 · 0 comments
Assignees

Comments

@federicopfund
Copy link
Owner

Optimizar la función hasPathTo para mejorar el rendimiento en grafos grandes

Descripción:

La función actual hasPathTo utiliza un enfoque recursivo que puede ser ineficiente en grafos grandes y densos, lo que puede llevar a un alto consumo de memoria y tiempos de ejecución prolongados. Se propone investigar y aplicar técnicas de optimización como memoización o búsqueda en amplitud (BFS) para mejorar la eficiencia.

Objetivos:

Investigar alternativas de implementación más eficientes para la función hasPathTo.
Implementar y comparar al menos dos nuevas soluciones.
Integrar la solución más eficiente en el proyecto.

@federicopfund federicopfund self-assigned this Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

1 participant