All Easy Articles
Internet nowadays is very common and available to all at cheap rates and can be used as a good means of communication. Using the internet… Read More
The combination of Real and Imaginary Numbers is called a Complex Number. It is represented by ‘Z’. Complex numbers have many applications like they are… Read More
A diode is an electronic device that conducts electricity only in one direction. It is a device which is widely used in modern-day electronics. In… Read More
Given two strings s1 and s2, check whether s2 is a rotation of s1. Examples:  Input : ABACD, CDABA Output : True Input : GEEKS, EKSGE… Read More
Image Processing is a tech method that allows engineers, scientists, or developers to perform a set of operations through which it becomes possible to get… Read More
Classes: These are almost similar to functions, except they use a class keyword instead of a function keyword. Another important difference between functions and classes… Read More
Given an array and split it from a specified position, and move the first part of array add to the end.   Examples:   Input : arr[]… Read More
A bottom navigation bar is a material widget that is present at the bottom of an app for selecting or navigating to different pages of… Read More
Turbo C++ is a single language compiler and integrated development environment. It is free of charge and can be downloaded from any website. The first… Read More
Php is an open-source programming language that is typically used for Web development but may also be used for other purposes (backend developing). To put… Read More
Given a singly linked list as list, a position, and a node, the task is to insert that element in the given linked list at… Read More
TCS is one of the largest Indian companies by market capitalization ($200 billion). TCS is now placed among the most valuable IT services brands worldwide.… Read More
Given a square matrix mat[][] and a positive integer K. The task is to print the Kth boundary of mat[][]. Examples:  Input: mat[][] = {{1,… Read More
Given a linked list A[] of N integers, the task is to reverse the order of all integers at an even position. Examples: Input: A[]… Read More
Given an integer N (N ≠ 0), the task is to find a range [L, R] (−10⁻¹⁸ < L < R < 10¹⁸) such that… Read More
Template literals are introduced in ES6 and by this, we use strings in a modern way. Normally for defining string, we use double/single quotes (… Read More
Given two sorted lists, merge them so as to produce a combined sorted list (without using extra space).Examples: Input: head1: 5->7->9 head2: 4->6->8 Output: 4->5->6->7->8->9… Read More
Arrays compare() method in Java comes under the Arrays class and java.util package. This method compares two arrays lexicographically (Dictionary order). There are two different… Read More
TCS is one of the largest Indian companies by market capitalization ($80 billion). TCS is now placed among the ‘Big 4’ most valuable IT services… Read More
Wipro Limited is an Indian multinational corporation that provides information technology, consulting, and provide services. It is the 9th ranked employer in India. The founder… Read More