make_regression() function in sklearn with Python

By Ashutosh Khandelwal

In this tutorial, we will learn about make_regression() function in sklearn with Python. So, before starting let us see what we are going to do exactly. There are many datasets ava.... Read More

Implementation of Null Cipher in C++

By Akash Dileep

In this tutorial, we will learn how to implement NULL Cipher using C++. In null cipher, ‘null’ stands for ‘nothing’ and ‘cipher’ stands for R.... Read More

Using Generators inside Functions in Python

By Harshal Patel

Hello everyone, in this tutorial we are going to learn a small trick on how to use generators inside functions in Python. This is a very simple trick and it can come in very handy .... Read More

Find frequency of each element in an Array in C++

By Akash Dileep

In this tutorial, we are going to see how to frequency of each element in an Unsorted array in C++. There are many ways to solve this problem, in this tutorial we will see the brut.... Read More

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