All Easy Articles
Given an array arr[] of N integers and an integer K, the task is to sort these integers according to their distance from given integer… Read More
Given two strings s1 and s2, let us assume that while typing the strings there were some backspaces encountered which are represented by #. The… Read More
Given a string str, our task is to find the Largest Alphabetic Character, whose both uppercase and lowercase are present in the string. The uppercase… Read More
Given a square matrix of size N*N, return an array of its anti-diagonals. For better understanding let us look at the image given below: Examples: … Read More
Round 1: Online Test Eligibility to appear in their online test was a minimum 60 per cent overall with no active backlog and maximum one… Read More
In this article, we are going to learn how to change the font-color of disabled input. There is a method to solve this problem, which… Read More
Given a JSON string and the task is to convert the JSON string to an array of JSON objects. This array contains the values of… Read More
The task is to detect the changes in the textbox content with JavaScript. Whenever a user writes or types something in the input text box… Read More
The noDebugMode() function in p5.js is used to disable the debug mode enabled by debugMode() function in a 3D sketch. Syntax: noDebugMode() Parameters: This function… Read More
The mysqli_real_escape_string() function is an inbuilt function in PHP which is used to escape all special characters for use in an SQL query. It is… Read More
On the day of my interview, woke up early in the morning and started my journey at 8:00 AM and my interview was scheduled at… Read More
EPROM stands for Erasable Programmable Read-Only Memory. It is a memory chip that is non-volatile in nature that is it can hold the data even… Read More
IPCONFIG stands for Internet Protocol Configuration. This is a command-line application which displays all the current TCP/IP (Transmission Control Protocol/Internet Protocol) network configuration, refreshes the… Read More
Deep learning (DL) is characterized by the use of neural networks with multiple layers to model and solve complex problems. Each layer in the neural… Read More
Functions in Python are the defined blocks of code that perform a specific task. In this section, we will discuss the difference in invoking functions… Read More
For a robot to visualize the environment, along with the object detection, detection of its color in real-time is also very important. Why this is… Read More
When memory management and maintaining state between the value generated become a tough job for programmers, Python implemented a friendly solution called Generators. Generators With… Read More
1. Third Normal Form (3NF) : A relation is said to be in Third Normal Form (3NF), if it is in 2NF and when no… Read More
Given a number K, the task is to create the Diamond-like structure of Tree which follows these two conditions:  First K levels of the tree… Read More
Pygame is a Python library that can be used specifically to design and build games. Pygame only supports 2D games that are build using different… Read More