All Medium Articles
In this article, we will see how to extract weather data from google. Google does not have its own weather API, it fetches data from… Read More
Prerequisite: File Handling os Python is a strong language which is extremely capable even when it comes to file handling. In this article, we will… Read More
Given an integer N, the task is to find the count total number of pairs (P, Q) from the range 0 ≤ P, Q <… Read More
Given an integer N, the task is to find the number of distinct prime triplets from the range [1, N] having the sum of the… Read More
Given an array points[] representing N points in a K-dimensional space, the task is to find the count of pairs of points in the space… Read More
Given an array arr[] consisting of positive integers, the task for every array element is to find the maximum difference between any two adjacent arrays… Read More
Three dimensions can be measured, length, width, and height, for any object that you can see or touch. There are certain dimensions of our home… Read More
Dear Gate Aspirant, GATE is one the hardest entrance exam in our country and the basics of all the subjects must be clear to get a… Read More
When we work on a project having Django as our Back-end and having a powerful front-end using React, the development setup takes a significant amount… Read More
Whenever we create a new widget in a flutter there is always a build Widget associated with it and the BuildContext parameter is passed by… Read More
Given two strings str of length N and word of length M, the task is to remove all the occurrences of the string word from… Read More
Given two arrays apples[] and days[] representing the count of apples an apple tree produces and the number of days these apples are edible from… Read More
Given an integer N denoting the number of boxes in a pen, and two players P1 and P2 playing a game of distributing N pens… Read More
Referral through a Linkedin Contact . Round 1 (Coding 1 hour): Started with basic question like project (mentioned in resume) related question and basics of… Read More
Round 1: Coding (90 min) This round was an online Test for 90mins. People clearing any one of these questions where selected to next round.… Read More
Wells Fargo came in for 2 profiles – one was Technology (SDE), and the other was for the Analyst role. One was allowed to apply… Read More
I recently got Placed in Oyo Rooms through an On-Campus Drive. Here I am Sharing My complete Recruitment Process (Online Test and Technical Interviews). Hope… Read More
The most essential component of a computer is the Central Processing Unit. It is popularly known as CPU. It is used to process instructions. The… Read More
Round 1:  1. Print Ancestors of a given node in Binary Tree. [https://www.geeksforgeeks.org/print-ancestors-of-a-given-node-in-binary-tree/] 2. Find intersection of two linked lists. [https://www.geeksforgeeks.org/write-a-function-to-get-the-intersection-point-of-two-linked-lists/] 3. Question related to… Read More
Given a positive integer X (1 ? X ? 106), the task is to find the minimum value N, such that the sum of first… Read More