In my previous blog post, I created a script that controls the fan speed on my Raspberry Pi. However, I encountered a problem - every time I restarted...
Last week, I did something unplanned: I bought a Raspberry Pi without any specific project in mind. I came across a Mastodon account...
Hello there! The prefix sum technique involves creating an array where the prefix[i] is the sum of all elements up to index i. This technique can also...
Window Sliding Technique is a strategy that aims to reduce nested loops for solving problems where you need to analyze a sequence of elements, like an...
What Is The Two Pointer Technique? The two-pointer is an easy technique used to solve some array-related problems. It involves using two pointers, one...