Constant aoc::year2021::day18::IN_ORDER

source ยท
const IN_ORDER: [usize; 30];
Expand description

The indices for in-order traversal of the first 4 levels of the implicit binary tree stored in an array.