⛰️Up Then Down
Drone altitudes: [1, 5, 2, 8, 4, 3] What is a "mountain (bitonic)"? • Strictly increasing for a while (rise) • Exactly one peak • Then strictly decreasing (fall) • Keep order, skipping allowed Example: [1, 2, 8, 4, 3] → rises 1<2<8, falls 8>4>3!