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

Implement graphs algorithm and improve code design pattern #2

Open
ErrorxCode opened this issue Nov 2, 2024 · 0 comments
Open

Implement graphs algorithm and improve code design pattern #2

ErrorxCode opened this issue Nov 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ErrorxCode
Copy link
Collaborator

The database lacks in the following algorithms and graphs:

  • Dijkstra’s algorithm : For the shortest path
  • Kruskal’s algorithm : For minimum spanning tree
  • Any traversal algorithm
  • Weighted graphs
@ErrorxCode ErrorxCode added enhancement New feature or request help wanted Extra attention is needed labels Nov 2, 2024
@ErrorxCode ErrorxCode self-assigned this Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant