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

'graph' type #3

Closed
gcrois opened this issue Jan 3, 2021 · 1 comment
Closed

'graph' type #3

gcrois opened this issue Jan 3, 2021 · 1 comment
Labels
enhancement New feature or request type Relating to a standard or native type

Comments

@gcrois
Copy link
Contributor

gcrois commented Jan 3, 2021

This type will have basic graph functionality: nodes can have edges which lead to other nodes. There is no differentiation between directed and undirected graphs. Ensure traversal and rearranging is easily accomplished and well-documented.

In the future, we may include type functions for various graph algorithms or graph states (Hamiltonian?, Dijkstra's, A*, Network Flow, etc.)

@gcrois gcrois added the enhancement New feature or request label Jan 3, 2021
@gcrois gcrois changed the title Graph Type 'graph' type Jan 3, 2021
@gcrois gcrois added the type Relating to a standard or native type label Jan 3, 2021
@cadebrown
Copy link
Owner

This issue is addressed in #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request type Relating to a standard or native type
Projects
None yet
Development

No branches or pull requests

2 participants