File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/algorithms/controllers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ export default {
308
308
chunker . add ( 3 ,
309
309
( vis , c_nodes_etc ) => {
310
310
// remove n, add start and end
311
- vis . array . set ( c_nodes_etc , 'BFS' ) ;
311
+ vis . array . set ( c_nodes_etc , algNameStr ) ;
312
312
vis . array . assignVariable ( 'n' , 2 , null ) ;
313
313
vis . array . assignVariable ( 'end' , 2 , end + 1 ) ;
314
314
vis . array . assignVariable ( 'start' , 2 , start + 1 ) ;
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ export default {
280
280
chunker . add ( 3 ,
281
281
( vis , c_nodes_etc ) => {
282
282
// remove n, add start and end
283
- vis . array . set ( c_nodes_etc , 'BFS' ) ;
283
+ vis . array . set ( c_nodes_etc , algNameStr ) ;
284
284
vis . array . assignVariable ( 'n' , 2 , null ) ;
285
285
vis . array . assignVariable ( 'end' , 2 , end + 1 ) ;
286
286
vis . array . assignVariable ( 'start' , 2 , start + 1 ) ;
You can’t perform that action at this time.
0 commit comments