Category: Programming

Linear Search vs Binary Search

Searching for a specific element in a dataset is a fundamental problem in computer science. When searching for a specific element in a dataset, two popular algorithms...

Automated updation of Power BI Data Source Credentials

They say that Data is the new oil. What they mean is that nowadays, data is currency. Hence, going by the human tendency, there will attempt to steal data (popularly...

Python Numpy array: Matrix Multiplication, copies and views

It is always beautiful to see similarities in different programming/ query languages. But, it is intuitive, since the fundamentals remain the same. In this article, we...