All Easy Articles
Given a Binary Tree, the task is to print spiral order traversal of the given tree. For below tree, the function should print 1, 2,… Read More
Given an integer N, the task is to find the bitwise AND (&) of all the odd integers from the range [1, N]. Examples:  Input:… Read More
In this article, we will see the steps to install jupyter notebook on Windows. Jupyter Notebook is an open-source web application that allows you to… Read More
UpdateView refers to a view (logic) to update a particular instance of a table from the database with some extra details. It is used to… Read More
Are you interested in Data Science? Or maybe you are fascinated by Artificial Intelligence? Or do you just like coding? Well, either way, your future… Read More
PIP is a package management system used to install and manage software packages/libraries written in Python. PIP stands for Preferred Installer Program or Pip Installs… Read More
Python is a high-level programming language that has become increasingly popular due to its simplicity, versatility, and extensive range of applications. The process of How… Read More
There are many problems in which we require to get all K-length substrings of a string. This particular utility is very popular in competitive programming… Read More
The getClass() method is utilized to return the class of the given int number. Method Definition: (Number).getClass Return Type: It returns the class of the… Read More
Pygame is a python library that can be used specifically to design and build games. Pygame supports only 2d games that are built using different… Read More
Given the numbers a and k, the task is to find the k’th smallest value for b such that a + b = a |… Read More
Password checker program basically checks if a password is valid or not based on the password policies mention below:  Password should not contain any space. Password… Read More
In this article, you will learn how to change the colour of the Action Bar in an Android App. There are two ways to change… Read More
Search Engine: A search engine is a kind of website through which users can search the content available on the Internet. For this purpose, users… Read More
Prerequisite: Introduction to Scala   Before, we start with the process of Installing Scala on our System, we must have first-hand knowledge of What the… Read More
List View refers to a view (logic) to display multiple instances of a table in the database. We have already discussed the basics of List… Read More
In 2019, LTI came to our college for on campus placement. As you may have already heard about L&T, which is the parent company of… Read More
Opening and Closing are dual operations used in Digital Image Processing for restoring an eroded image. Opening is generally used to restore or recover the… Read More
Python is a great language for file handling, and it provides built-in functions to make reading files easy with which we can read file character… Read More
Create View refers to a view (logic) to create an instance of a table in the database. We have already discussed basics of Create View… Read More