All Medium Articles
Given a distance K to cover, the task is to find the minimum steps required to cover the distance if steps can be taken in… Read More
Count number of ways to arrange the first N natural numbers in a line such that the left-most number is always 1 and no two… Read More
Online round: Test Pattern: Two coding problems, 28 MCQs Time: 1 hr 30 min MCQs were solely based on the questions pertaining to the input/output… Read More
We all know how to store a word or String, how to store characters in an array, etc. This article will help you understand how… Read More
Managing multiple Python projects that have conflicting dependencies can be a daunting task. However, virtual environments can help you solve this problem. With virtual environments,… Read More
HTTP headers are used to pass additional information with HTTP responses or HTTP requests. The X-Frame-Options is used to prevent the site from clickjacking attacks.… Read More
The Marquee bgcolor attribute in HTML is used to set the backgroundcolor of marquee. Note: This attribute is no longer supported in HTML5. Syntax: <marquee… Read More
Company name – Nvidia Role – Software Intern Duration – 6 month Round 1 (Written Test) This is an on-campus drive for both B.Tech and… Read More
OpenCV-Python is a library of Python bindings designed to solve computer vision problems. cv2.copyMakeBorder() method is used to create a border around the image like… Read More
Given an integer N, the task is to find the maximum number of distinct positive integers that can be used to represent N. Examples:  Input:… Read More
Given an HTML document containing an input element, the task is to check whether an input element is empty or not with the help of… Read More
What is PHP ? PHP (Hypertext PreProcessor) is a general-purpose programming language developed by Rasmus Lerdorf in 1994 for web development. This is one of the… Read More
The coordinates of the mouse whenever a click takes place can be found by detecting the click event with an event listener and finding the… Read More
The xml_parse_into_struct() function is an inbuilt function in PHP which is used to parse XML data into an array structure. The XML data are parsed… Read More
Given a string str and two integers P and Q. The task is to find the total count of words that can be formed by… Read More
Round 1: It was an online coding test in our college. It consisted of 2 questions. I don’t remember the actual question but one of… Read More
Given string str, the task is to print the characters in decreasing order of their frequency. If the frequency of two characters is the same… Read More
The computeIfPresent(Key, BiFunction) method of HashMap class which allows you to compute value of a mapping for specified key if key is already associated with… Read More
If we gave you half a story to continue it, how would you do that? How would you proceed further and add your storyline there?… Read More
A recruiter contacted me through INSTAHYRE (Job searching platform), I have my profile on a lot of platforms, but Instahyre seems to be the most… Read More