Hello world in React JS day#1

By K. Boopathi

Hello, guys welcome back today. In the previous article, we see the introduction to react js. In this, we going to write hello world in react js and we going to see how to use crea.... Read More

Learn React js Fundamentals In 10 Days

By K. Boopathi

Hai guys welcome the world of react js. We going to learn react js fundamentals by building the game Rock Paper Scissor in 10 days. So let’s see what are the topics we going .... Read More

Concept of Constant Pointers in C++

By Isha Prasad

Hello Learners! In this session, we will learn about some pointer variants. It is called Constant Pointers. C++ adds the concepts of constant pointer and pointer to a constant. Mos.... Read More

Python Program to find the nth Kynea number

By Abinash Reddy

In this article, we will learn how to find the nth Kynea number in Python. But first, let’s discuss a few points about Kynea number. What is Kynea number? In mathematical, Ky.... Read More

Python Program to Count Magic Squares in a Grid in Python

By Abinash Reddy

In this article, we will learn how to count magic squares in a grid using Python. A Magic square is a 3 x 3 grid filled with all distinct numbers from 1 to 9 such that each column,.... Read More

Check whether a given array is a k sorted array or not in Python

By Abinash Reddy

In this article, we learn how to check whether a given array is a k sorted array or not in Python. An array is said k sorted array if each element in the array is at most k distanc.... Read More

N-Bonacci Numbers in Python

By Abinash Reddy

In this article, we will learn how to implement N-Bonacci Numbers in Python. N-Bonacci Numbers are similar to the Fibonacci series but in the N-Bonacci series, each term is the sum.... Read More

Python program to compare two text files

By Abinash Reddy

In this article, we will learn how to compare two text files in Python. We will try to implement this problem by using various methods. Files used in examples file1 file2 Method 1:.... Read More