All Medium Articles
In this article, we will create a quiz application to learn the basics of ReactJS. We will be using class components to create the application… Read More
Interview after TNQT What is your name? Tell something about yourself. How you overcome your weakness? Tell us any incidence where you worked as a… Read More
The thumbnail is the image that is displayed as a preview of the video. It is used to represent what the video contains or what… Read More
In this article, we are given an array and the task is to use the filter and map function simultaneously to the given array. JavaScript… Read More
The asynchronous function can be written in Node.js using ‘async’ preceding the function name. The asynchronous function returns an implicit Promise as a result. The… Read More
Given an HTML document containing some elements nested elements and the task is to count all the child elements of a particular element. It is… Read More
CD-RW stands for (Compact Disc-ReWritable). It is a digital optical disc storage format introduced in 1997. It provided further competition to the various superfloppy alternatives.… Read More
Introduction: Recurrent Neural Networks are those networks that deal with sequential data. They predict outputs using not only the current inputs but also by taking… Read More
Round 1:Group Discussion As all the students entered the group discussion room hr settled us in a way such that all people can be in… Read More
This is a chatbot that will give answers to most of your corona-related questions/FAQ. The chatbot will give you answers from the data given by… Read More
When the CPython interpreter executes your program, it first translates onto a sequence of bytecode instructions. Bytecode is an intermediate language for the Python virtual… Read More
In this article, we will learn the what, why, and how of multithreading and multiprocessing in Python. Before we dive into the code, let us… Read More
Given three arrays A, B, and C each having N elements, the task is to find the maximum sum that can be obtained along any… Read More
Given two integers X and K, the task is to determine whether there exists a number that has exactly X factors out of which K… Read More
Given a string str and an integer K, the task is to check if it is possible to make the string K palindromes using all… Read More
Given an integer array arr the task is to count the number of elements ‘A[i]’, such that A[i] + 1 is also present in the… Read More
Given the integers a, b, N, the task is to find the largest number x such that is an N-digit number of base b. Examples:   Input:… Read More
Given the values x, y, p, q of a simple chemical equation of the type: The task is to find the values of constants b1, b2,… Read More
Edge Detection, is an Image Processing discipline that incorporates mathematics methods to find edges in a Digital Image. Edge Detection internally works by running a… Read More
Cache line prefetching is a technique used in computer processors to improve memory access performance. It involves fetching multiple contiguous cache lines from memory into… Read More