Program to find nth Catalan Number in Python

By Mariya Banatic J

In this tutorial, you will learn about how to find the nth Catalan Number in Python in an easy way. First, we have to know about the Catalan numbers. Catalan numbers: The Catalan n.... Read More

Sudoku Solver in Java

By Sahil Singh

In this article, we will be looking at an algorithm of Sudoku Solver that can solve the sudoku using Java program. Since Sudoku is a very popular game often found in the daily news.... Read More

Extract images from a video in Python

By Sahil Singh

In this article, we will be learning how to extract images from a video in Python. Looking at the diversity of modules and versatility of use, one such module is OpenCV. It is one .... Read More

Method Signature in Java with example

By Sahil Singh

In this article, we are going to learn about the method Signature in Java. As we all know, Java is used for various applications due to its vast number of flexible modules, let us .... Read More

Design a Keylogger in Python

By Sahil Singh

In this article, we will be looking at how to design a keylogger in Python. But by listening to the word “Keylogger”, the first thing that comes into our minds is relat.... Read More

numpy.nanvar() method in Python

By Sahil Singh

In this article, we will be learning about numpy.nanvar() method in Python. nanvar() is a function in NumPy module. Definition:- the nanvar() function calculates the variance of th.... Read More

C++ real() function with examples

By Sahil Singh

In this article, we will be learning C++ – real() function with examples. The real() function in C++ is defined header file “complex.h”. It comes handy when we ne.... Read More

String casefold() in Python

By Sahil Singh

In this article, we will be learning String casefold() in Python. In simple terms, the casefold() method is similar to the lower() method in Python but stronger. Introduction ̵.... Read More