CodingTrain / Suggestion-Box

A repo to track ideas for topics
571 stars 86 forks source link

force directed graph #1392

Open GypsyDangerous opened 4 years ago

GypsyDangerous commented 4 years ago

you've said in a couple videos like the BST or the random circles with no overlap videos that you wanted to visit a force-directed graph and think that would be a cool coding challenge for this fall.

leocb commented 4 years ago

Cool reference and live example here: https://observablehq.com/@d3/force-directed-graph Further reading for more generic algorithms; non dependent on libs: http://cs.brown.edu/people/rtamassi/gdhandbook/chapters/force-directed.pdf