algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Restructure BFS/tree.js

Open unfode opened this issue 3 years ago • 0 comments
trafficstars

I made three changes:

  • Adding G to the parameter list of the BFS function
  • Adding JSDoc to the BFS function
  • Moving the tracer-related code into the BFS function

The restructured code behaves the same as the original code on https://algorithm-visualizer.org/.

unfode avatar Apr 17 '22 16:04 unfode