After some digging there is a BinarySearch algorithm in the library of core. So that eliminates the use case of implementing a Binary Tree.
After some digging there is a BinarySearch algorithm in the library of core. So that eliminates the use case of implementing a Binary Tree.