Tag: Algorithm

  • Introducing Binary Search

    Introducing Binary Search

    Written By: Nestor Rubio Last Updated: May 10, 2023 Considering Binary Search is one of the most popular algorithms taught when learning the foundations of computer science, there’s no telling how you got here but I’m hoping you can gain something from this post. Keep reading to see the ideas behind binary search and its…

  • Merge Sort: A Deep Dive into the Divide and Conquer Sorting Algorithm

    Merge Sort: A Deep Dive into the Divide and Conquer Sorting Algorithm

    Written By: Nestor Rubio Last Updated: December 11th, 2023 So you’re looking into sorting algorithms and came across one of the most popular topics in the area? This is the place to be then because in this piece, we will explore the topic of the Merge Sort algorithm in every sense from abstract to in-code…