6 lines
89 B
Matlab
6 lines
89 B
Matlab
|
|
% test ordering
|
||
|
|
|
||
|
|
input = 6;
|
||
|
|
ordering = bottom_up_ordering(6);
|
||
|
|
ordering.print('ordering')
|