Sum of range in Segment Tree using C++

By Keshav J

In this tute, we will discuss how to query the sum of the given range in a segment tree using C++. Read till the end to get a clear idea of the Segment Tree. Let’s use the ar.... Read More

Node and range updates in Segment Tree using C++

By Keshav J

In this tute, we will discuss node & range updates in segment tree using C++. To get clear knowledge, read till the end. Before getting into updates, make sure you get the basi.... Read More

How to find the dimensions of an image using Python

By Venkat Kumar

In this article, we will discuss how to find the dimensions of an image using Python i.e, the height and width of an image. This is one of the simplest tasks that you might need to.... Read More

How to set figure size of a seaborn plot in Python

By Avinash Kachare

In this tutorial, we learn here how to set the figure size of a seaborn plot in Python. To set the figure size of seaborn you need to know what is seaborn. Seaborn is a Python data.... Read More

How to play and pause an MP3 file in C++

By Ranjeet V

In this tutorial, we will learn how to play and pause an MP3 file in C++. We will use the mciSendString() function with the required multimedia command string for play and pause op.... Read More

Edge detection using OpenCV in Python

By Snigdha Ranjith

In this tutorial, we will learn how to perform Edge Detection using our webcam video using OpenCV in Python. By the end of this tutorial, you will know how incredibly easy it is! I.... Read More

Merge two images in Python

By Venkat Kumar

In this article, we will discuss how to merge two images using Python. For this purpose, we will make use of the Pillow Imaging Library (PIL) of Python. Now we are going to see the.... Read More

Music Recommendation System Project using Python

By Neelesh Biswas

In this tutorial, we will learn how to create a music recommendation system project using Python. Nowadays, we all use online music streaming services like Spotify, ITunes, Jio Saa.... Read More

Related Posts