All Easy Articles
There are two terms i.e. Slice and Composite Literal. Slice is a composite data type similar to an array which is used to hold the… Read More
Django is a high-level framework which is written in Python which allows us to create server-side web applications. In this article, we will see how… Read More
Sometimes, we need to simply divide the string into two equal halves. This type of application can occur in various domain ranging from simple programming… Read More
The HTML muted Attribute is used to specify the audio output of the video is muted, it is a Boolean attribute.Applicable:   <video muted Attribute> Syntax  … Read More
Given an array arr[] of n integers. The task is to find the smallest perfect cube from the array. Print -1 if there is no… Read More
There are many problems in which we require to get all substrings of a string. This particular utility is very popular in competitive programming and… Read More
Sometimes, while working with currencies, we need to put commas between numbers to represent a currency, hence given a string, we can have a problem… Read More
Background Subtraction has several use cases in everyday life, It is being used for object segmentation, security enhancement, pedestrian tracking, counting the number of visitors,… Read More
JavaScript Boolean is a datatype that returns either true or false In JavaScript, a boolean is used as a function to get the value of… Read More
JavaScript Date object is used to represent a moment in time It is used to work with date and time This time value is since… Read More
Given a binary search tree, the task is to flatten it to a sorted list. Precisely, the value of each node must be lesser than… Read More
Given an integer N and the sum of its divisors. The task is to find the sum of the inverse of the divisors of N.Examples:  … Read More
Most of us have C++ as our First Language but when it comes to something like Data Analysis and Machine Learning, Python becomes our go-to… Read More
Given a string, write a Python program to find out all possible permutations of a string. Let’s discuss a few methods to solve the problem.Method… Read More
JVM (Java Virtual Machine) is an abstract machine, In other words, it is a program/software which takes Java bytecode and converts the byte code (line… Read More
General class? Loosely speaking, a class which tells the main features but not the specific details. The classes situated at the top of the inheritance… Read More
Global Variable These are variables that are defined in global scope i.e. outside of functions. These variables have a global scope, so they can be… Read More
  I attended the Amazon Recruitment drive for freshers in Bangalore. First 3 rounds were F2F pen-paper coding rounds of 45 mins each. Round 1: … Read More
Definition:  The electrically conducting path along which data is transmitted inside any digital electronic device. A Computer bus consists of a set of parallel conductors,… Read More
Web Mining is the process of Data Mining techniques to automatically discover and extract information from Web documents and services. The main purpose of web… Read More