/WWDC2021_submission

Simple graph algorithm animations in swift playgrounds

Primary LanguageSwift

WWDC2021_submission

Simple graph algorithm animations in swift playgrounds (outreach focused)

TODO

  • actually cleanup the code now that there's no deadline
  • organize the modules
  • dijkstra
  • jump search
  • bidirectional search
  • other a* heuristics
  • grid TSP maybe?