PREV INDEX NEXT

Author: Unknown
Subject: deduction for #compares
Date: Wednesday, 01 Apr 2020, 12:47:01

In the specification, it is stated that requiring more than 2*compares+N calls will incur a 2-point deduction, while more than 4*compares+N will incur an 8-point deduction.

If we pass the 2 public tests that check for the number of compares, are we safe from this deduction? Will there be private tests that check the number of compares based on another input?
PREV INDEX NEXT