↓ 2 callersMethodgetBanned(int row, int col, int rows, int cols,
Map<Integer, List<Integer>> map)
99-answerKey/companies/snap/gamelife/Best.java:117
↓ 2 callersMethodgetMinHeightBST1, 2, 3, 4, 5, 6, 7, 8, 9, 10 getMid => 5 pretty much binarySearch in keep splitting loMid => (lo+mid-1)/2 hiMid => (mid+1+hi)/2 Make sure to compute
99-answerKey/CTCI/Ch4-Trees&Graphs/2-MinimalTree/BST.java:69