Posts by Ashi Agrawal

Author Biographical Info: Not available

Opening multiple color windows using OpenCV Python

By Ashi Agrawal

In this tutorial, we will learn opening multiple color windows using OpenCV Python. Python has various tools and libraries for image and video recording and processing. One of the .... Read More

What is Anagram Substring Search? Explain using program in Python

By Ashi Agrawal

In this post, we are going to study about another string searching technique. String searching algorithms are important when we have to find relevant keywords and encrypted codes i.... Read More

How to implement Navie String Searching Algorithm in Python

By Ashi Agrawal

In this post, we will study about finding a pattern in the text. There will be the main text a substring. The goal is to find how many times at what positions the substring occurs .... Read More

Number which has the maximum number of distinct prime factors in the range M to N in Python

By Ashi Agrawal

In this article, we have a task to find and print the number which has the maximum amount of distinct prime factors between the given range M and N in Python. If there are multiple.... Read More

A program to demonstrate MagicSquare in Python

By Ashi Agrawal

In this article, we are going to study Magic Square in Python. We will learn about Magic Square, its steps and algorithm, and its code implementation through Python programming lan.... Read More