Framework for ordering
parent
bd843b54f6
commit
356366c06b
|
@ -0,0 +1 @@
|
|||
% put function here
|
|
@ -0,0 +1,5 @@
|
|||
% test ordering
|
||||
|
||||
input = 6;
|
||||
ordering = bottom_up_ordering(6);
|
||||
ordering.print('ordering')
|
Loading…
Reference in New Issue