Skip to content

Conversation

@nabil6391
Copy link
Owner

No description provided.

enum LayeringStrategy {
  topDown,
  longestPath,
  coffmanGraham,
  networkSimplex
}

enum CrossMinimizationStrategy {
  simple,
  accumulatorTree
}

enum CycleRemovalStrategy {
  dfs,
  greedy,
}
CircleLayoutAlgorithm.dart
BaloonLayoutAlgorithm.dart (Work in Progress)
RadialTreeLayoutAlgorithm.dart
TidierTreeLayoutAlgorithm.dart
TreeLayoutAlgorithm.dart
@nabil6391 nabil6391 merged commit 7559cab into master Oct 2, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants