scx_layered: Move topology algorithms to separate module
hodgesds opened this issue · 1 comments
hodgesds commented
Break up the layer_core_order
function so that each algorithm is implemented separately outside of main.rs
and move the logic into a separate module (growth_algo.rs
?). For an additional challenge add a Reverse
layer that is the reverse order of Linear
.
hodgesds commented
Thanks for working on this!