Skip to content

Commit c3acefd

Browse files
initial submit
1 parent d0a8021 commit c3acefd

File tree

6 files changed

+240
-190
lines changed

6 files changed

+240
-190
lines changed

src/algorithms/controllers/collapseChunkPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// below, otherwise hooks into what happens when blocks are expanded or
88
// contracted are not enabled.
99
const importsThis = ['quickSort', 'quickSortM3', 'msort_arr_td',
10-
'transitiveClosure', 'heapSort', 'msort_lista_td', "msort_arr_bup",];
10+
'transitiveClosure', 'heapSort', 'msort_lista_td', "msort_arr_bup", "msort_arr_nat"];
1111

1212
// eslint-disable-next-line import/no-cycle
1313
// See also accompanying mods/hooks in src/context/GlobalState.js and

0 commit comments

Comments
 (0)