Tag: Algorithms

  • 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…

  • Big O Notation Unveiled: An Introduction to Algorithm Analysis and Optimization

    Big O Notation Unveiled: An Introduction to Algorithm Analysis and Optimization

    Written By: Nestor Rubio Last Updated: December 5th, 2023 The world of computer science is riddled with words that can be scary and hard to keep track of. I’m sure seeing the terms “Big O Notation” and “Algorithm Analysis” make it seem like a tough space just to even get started on, let alone understand.…