Closed byzakyz closed 2 years ago
Binary Search:
first and second half 1- 110 and 111 - 220 if problem in first half: split here if problem in second half: split here
max number of steps: log2(220) = ~8
Negative approach : we are actually searching for the working ones
as next step add status as attribute to examples.json entries only for the ones that are not working.
created a slider with range. Found example number 130 as the one causing the problem.
looks good.
also helps. Now we need to make sure that examples that break other examples are not mounted by default but only when explictly asking to do this.
example number 130 as the one causing the problem -> please give the id/name of the examples since the numbers change when new examples such as #589 are added.