AI Mentor suggested the following on the binary search example
In modern Go (1.21+), prefer using the standard library's 'slices' package for binary search operations to reduce maintenance overhead.
While, yes, true, the goal of the practice is to implement said operation. A mentor should keep that in mind
AI Mentor suggested the following on the binary search example
While, yes, true, the goal of the practice is to implement said operation. A mentor should keep that in mind