All Medium Articles
LinkedHashMap is a predefined class in Java that is similar to HashMap, contains key and its respective value, unlike HashMap. In LinkedHashMap insertion order is… Read More
LinkedHashMap is a predefined class in Java which is similar to HashMap, contain key and its respective value unlike HashMap, In LinkedHashMap insertion order is… Read More
Online Assessment: The Online Assessment was hosted on HackerEarth and consisted of 3 Coding Questions and 15 MCQs (OS, DBMS, CN, OOP). The duration of… Read More
The Bitap Algorithm is an approximate string matching algorithm. The algorithm tells whether a given text contains a substring which is “approximately equal” to a… Read More
Halodoc visited our campus, the National Institute Of Engineering, for full-time employment in the month of December. It was the first on-campus drive that was… Read More
OpenCV (Open Source Computer Vision Library) is an open-source computer vision and machine learning software library. The library has more than 2500 optimized algorithms, which… Read More
Given a web page and the task is to place the background image on web page using ::before pseudo selector. The ::before pseudo selector is… Read More
Like every year, this year also, Infosys comes with their certification program by which we get an ample opportunity to work at a various post… Read More
In this article, we will create a covid fighter game using HTML, CSS, and JavaScript. In this game, we will create three objects the first… Read More
ES6, also known as ECMA script 2015 is a scripting language which is based on specification and standardization by ECMA International Company in ECMA-262 and… Read More
To set the active class to the navigation menu dynamically by scrolling or clicking on the navigation links, the active class is to be set… Read More
When two lines share a common endpoint, called Vertex then an angle is formed between these two lines is known as the pair of angles.… Read More
Bottom Sheet is one of the popular ways to show various options on the screen. This helps the user to switch to a new screen.… Read More
Problem 1: A point is on the x-axis. What are its y coordinate and z-coordinates? Solution: If a point is on the x-axis, then the… Read More
Problem 1: For the following arithmetic progressions write the first term a and the common difference d: (i) -5, -1, 3, 7, ………… Solution:  Given… Read More
Accessing websites, images, and files using QR codes is widely used these days. These QR Codes are used for doing payments which is easy to… Read More
In Euclidean geometry, a cyclic quadrilateral or inscribed quadrilateral is a quadrilateral whose vertices all lie on a single circle. This circle is called the… Read More
Find the principal values of the following: Question 1. sin-1(-1/2) Solution: Let sin-1(-1/2) = y then, sin y = -1/2 Range of principal value for… Read More
Introduction : In a computer operating system, the shell and the kernel are two important components that work together to enable the user to interact… Read More
The audio focus in Android needs to be managed and it is one of the important to handle the audio interruptions. In android, many applications… Read More