How to Check If An Array is Monotonic? September 3, 2018 algorithms, c / c++ No Comments An array is called monotonic if it is either monotone increasing or monotone decreasing. An array A is monotone increasing if for all i <= j, A <= A. … [Continue Reading...]