All Medium Articles
Ever Since Mankind started to program things, they started distributing them to various firms, individuals, etc. One had to install software on its own using… Read More
Choosing the appropriate language while starting competitive programming is the most important factor. Generally, we choose that language that has short syntax and executes very… Read More
Java has been reliably holding the absolute best situation of the TIOBE record among any remaining programming dialects. In spite of the fact that numerous… Read More
Question 1. Find the surface area of a sphere of radius: (i) 10.5cm (ii) 5.6cm (iii) 14cm (Assume π=22/7) Solution: We know that, Surface area… Read More
ToDo List App is a kind of app that generally used to maintain our day-to-day tasks or list everything that we have to do, with… Read More
I applied through the company’s career portal for the Goldman Sachs’ Engineering Campus Hiring Program 2020. Around 1.5 lakh students from all over India (2021… Read More
I am a final year BTech student at USICT, GGSIPU. Amazon visited our university for the role of SDE Intern (6 months). ROUND 1 (Online… Read More
Given an XOR linked list, the task is to find the middle node of the given XOR linked list. Examples: Input: 4 –> 7 –>… Read More
I was contacted by a Google recruiter a few months ago, that my resume has been shortlisted for the Software Engineer 2021 New Grad Role.… Read More
In this article we will learn how to extract Wikipedia Data Using Python, Here we use two methods for extracting Data. Method 1: Using Wikipedia… Read More
Given a nested list, the task is to write a python program to flatten a nested list using recursion. Examples: Input: [[8, 9], [10, 11,… Read More
Prerequisites: os  pathlib Given a file, the task here is to generate a Python Script to print its size. This article explains 2 methods to… Read More
Given an array arr[] of size N, the task is to make all the array elements odd by choosing an odd length subarray of arr[]… Read More
The inspect module helps in checking the objects present in the code that we have written. As Python is an OOP language and all the… Read More
Matplotlib is the most popular package or library in Python which is used for data visualization. By using this library we can generate plots and… Read More
TreeSet is one of the most important implementations of the SortedSet interface in Java that uses a Tree for storage. The ordering of the elements… Read More
Given a numeric string S of length N and a digit K, the task is to find the maximum number of distinct strings having a… Read More
The Laplacian matrix, also called the graph Laplacian, admittance matrix, Kirchhoff matrix or discrete Laplacian, is a matrix representation of a graph. To find the… Read More