d3graphTheory icon indicating copy to clipboard operation
d3graphTheory copied to clipboard

:boom: Interactive and colorful :art: graph theory tutorials made using d3.js :zap:

Results 8 d3graphTheory issues
Sort by recently updated
recently updated
newest added

When I hold ctrl and try to drag a node, nothing happens.

Please check it once the text and visualizer are contradicting each other thank you.

Hi there, I really like this project you are working on xD! I think these tutorials and the concepts breakdowns would be quite helpful for graph theory new learners. I...

Clicking on Show solution in Graphic Sequence unit throws bunch of Exceptions. chrome 115.0.5790.102 64bit

its really painful to see bright color like white, dark mode will improve comfort to use the tool

In the text, the chromatic number of wheel graph with odd order should be 3 and even order 4. This contradicts with the graph, which is correct.

updated the logic for assigning new vertex IDs in Chapter: Vertices and Edges. Currently, when the highest-numbered vertex is removed, the next added vertex receives a new incremented ID, leaving...

Currently, when a vertex is removed, the next added vertex always receives a new incremented ID, even if the highest-numbered vertex was deleted. For example: - Add v1 to v5...