vbernal.hashnode.devStep by Step - Selection SortA very classic problem in the field of algorithms is the sorting problem — the goal is to arrange a set of data, usually in the form of a list, in ascending or descending order. The Selection Sort algorithm is an excellent starting point. It’s great ...Oct 30, 2025·10 min read
vbernal.hashnode.devStep by Step - Binary SearchI believe to truly learn the binary search algorithm, it’s necessary to understand the logic behind it, know its purpose and when to use it, and then create a step-by-step approach to solve the problem. We know that an algorithm is nothing more than ...Oct 14, 2025·7 min read