All Easy Articles
Django is a high-level Python Web framework-based web framework that allows rapid development and clean, pragmatic design. today we will create a todo app created… Read More
Given an array arr[] of size N. The task is to find the sum of arr[i] % arr[j] for all valid pairs. Answer can be… Read More
In Go language, the string is an immutable chain of arbitrary bytes encoded with UTF-8 encoding. You are allowed to compare strings with each other… Read More
In this article, we are going to learn about hardware protection and its types. So first, lets take a look at the type of hardware… Read More
LIKE Operator: Pattern Matching The LIKE operator used to select data by comparing the values of a character variable to a specified pattern. It is… Read More
Round 1: This round was an online round on mettl. There were 2 coding questions and 28 multiple choice questions. The time limit was 90… Read More
Given an array arr of size N and an integer K. The task is to find the pair of integers such that their sum is… Read More
Given a Binary Search Tree (BST), the task is to print the BST in min-max fashion. What is min-max fashion? A min-max fashion means you have to… Read More
Given a string str of lowercase English alphabets, the task is to check whether the string is a vowel prime or not. A string is… Read More
Amazon visited our campus(DAIICT) to recruit interns and FTEs. I’m sharing my internship interview experience. There were 2 rounds in all – 1 Online Round… Read More
Given an array arr[] of size N and an integer X. The task is to find the smallest element greater than X which is not… Read More
In Go language, a map is a powerful, ingenious, and versatile data structure. Golang Maps is a collection of unordered pairs of key-value. It is… Read More
The counter can be used to calculate the frequency in a list or in a string because as any list or string is passed as… Read More
Layer 3 or the Network layer uses IP or Internet Protocol which being a connection less protocol treats every packet individually and separately leading to… Read More