Hey there! It’s been a while since i’ve written an article. Finally allocated some time to spear here :D What is a RAM? So, lets start by talking,...
When evaluating the performance of algorithms, one of the most common ways to describe how they behave as the input size increases is by using Big O...
Binary Search is one of the most powerful and efficient techniques for performing operations on sorted data. It drastically reduces the time...
In previous weeks, I discussed Arrays and Linked Lists. Today, I'll dive into two more fundamental data structures: Stacks and Queues. What is a...
Last week, I discussed arrays and their basic operations. Now, let’s dive into Linked Lists and how they work. What is a Linked List? A Linked List...
Introduction Installing MariaDB or MySQL on Arch Linux can be a daunting task, especially if you're not familiar with the intricacies of the Arch...