All Easy Articles
Pagination system is one of the most common features in  blogs, search engine , list of result etc. Seeing the popularity of pagination system django… Read More
In this article given a matrix, the task is to write a Python program to compute the starting index of all the nested lists. Example:… Read More
Prerequisite: YouTube API, Tkinter Python offers multiple options for developing GUI (Graphical User Interface). Out of all the GUI methods, Tkinter is the most commonly… Read More
Integration by parts is a technique used in calculus to find the integral of the product of two functions. It’s essentially a reversal of the… Read More
Given an array arr[], the task is to check if it is possible to make all array elements equal by repeatedly choosing a triplet (i,… Read More
Linear programming is a mathematical concept that is used to find the optimal solution of the linear function. This method uses simple assumptions for optimizing… Read More
Cloud monitoring is the process of reviewing and managing the operational workflow and processes within a cloud infrastructure or asset. These techniques confirm the performance… Read More
In this article, we will look into the process of creating an Ubuntu live USB on a Windows machine. This USB drive can be further… Read More
Round- 1: Aptitude It consists of 78 questions of 1 mark each. Section No. of Questions Time Quants 48(shared) 48(shared) mins English 48(shared) 15(shared) mins… Read More
Given an array arr[] consisting of N distinct positive integers, the task is to find the count of triplets (a, b, c) such that the… Read More
Array is a data structure that is used to store variables that are of similar data types at contiguous locations. The main advantage of the… Read More
Round- 1 Coding Round Coding round held on the HackerEarth platform on 30th March 2020. This round comprises 3 questions that vary in difficulty level.… Read More
Todo Lists are the lists that we generally use to maintain our day-to-day tasks or list of everything that we have to do, with the… Read More
Sometimes a webpage contains good contents for reading but the styling of the texts looks simple and straight, so it becomes boring for the readers… Read More
Downloading a file using node js can be done using inbuilt packages or with third party libraries. Method 1: Using ‘https’ and ‘fs’ module GET… Read More
In Google I/O 2017, Kotlin has been declared as an official language for Android app development. This language gains popularity among developers very quickly because… Read More
The Transaction is not a new word we are hearing. We heard that word many times like “Cash Transaction”. Banks usually deal with cash i.e… Read More
PostgreSQL uses the Row type variables to store a whole row of a result set returned by the select into statement. Declaration : We can… Read More
Flutter in 2021 is the rising star in the field of cross-platform app development. Be it a student’s college project, a small startup, a unicorn… Read More
In this article, we will discuss Binary literals in C++14. While writing programs which involve mathematical evaluations or various types of number, we usually like… Read More