Tag: Programming
-
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…
-
Git-ting Started with the Git CLI
Written By: Nestor Rubio Last Updated: May 6, 2024 The safest and smartest way to explore anything in many free-roam games is to find a good spot just before you embark on your risky adventure and select that as your save spot. Whether saving in current save file or opening a new one. This has…
-
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…
-
ArrayLists: An Introduction to the What, Why, Where, and How
Written By: Nestor Rubio Last Updated: December 5th, 2023 You might have been in a lecture, a discussion, an internet rabbit hole, or in the middle of some sort of interstellar daydream when you came across the term “ArrayList”. I hope that no matter where you’re coming from, I can help clear this term up…
-
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.…