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

Add directed graph using adjacent matrix #4049

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

jelovirt
Copy link
Member

Description

Add data structure implementation for directed graph using adjacent matrix.

Motivation and Context

Directed graph data structure is needed for incremental publishing implementation.

How Has This Been Tested?

Unit tests.

Type of Changes

  • New feature not visible to end users

Documentation and Compatibility

None needed, implementation detail.

@jelovirt jelovirt added the enhancement Changes to an existing feature label Nov 14, 2022
@jelovirt jelovirt changed the base branch from develop to epic/incremental-publishing November 14, 2022 14:39
Signed-off-by: Jarno Elovirta <jarno@elovirta.com>
@jelovirt jelovirt merged commit 5cfe81e into epic/incremental-publishing Nov 14, 2022
@jelovirt jelovirt deleted the feature/dependency-graph branch November 14, 2022 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Changes to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant