Home Programming
Category: Programming
Linear Search vs Binary Search
Prasad KulkarniJun 22, 2024
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
Prasad KulkarniApr 29, 2021
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
Prasad KulkarniFeb 06, 2020
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...