All Medium Articles
Augmented Reality has crossed a long way from Sci-fi Stories to Scientific reality. With this speed of technical advancement, it’s probably not very far when… Read More
There has been a change in Python’s sorted() function, it now takes three values namely, the iterable, key, and reverse. Out of these last two… Read More
Question 1: Write the answer to each of the following questions: (i) What is the name of the horizontal and the vertical lines drawn to… Read More
An array is a data structure that stores a collection of like-typed variables in contiguous memory allocation. Once created, the size of an array in… Read More
Let’s look at how you can host your website for free and connect a domain name (premium) to that for free. Before proceeding further, make… Read More
In this article, you will learn various concepts of web scraping and get comfortable with scraping various types of websites and their data. The goal… Read More
The following article contains programs to compute a polynomial equation given that the coefficients of the polynomial are stored in a List. Examples: # Evaluate… Read More
In this article, we will be performing String to Long Conversion with different methods. Illustration of the Conversion String to Long Input : String =… Read More
What is Bug tracking system? A bug tracking system is software that keeps track of bugs that the user encountered in any software development or… Read More
The addition of two-byte values in java is the same as normal integer addition. The byte data type is 8-bit signed two’s complement integer. It… Read More
Developing an android application by applying a software architecture pattern is always preferred by developers. An architecture pattern gives modularity to the project files and… Read More
The chess module is a pure Python chess library with move generation, move validation and support for common formats. We can play chess with it.… Read More
Docker swarm is a container orchestration tool. Swarm Mode in Docker was introduced in version 1.12 which enables the ability to deploy multiple containers on… Read More
Firebase helps developers to manage their mobile app easily. It is a service provided by Google. Firebase has various functionalities available to help developers manage… Read More
A progression is a sequence or series of numbers in which they are arranged in a particular order such that the relation between the consecutive… Read More
American Express came to our college on 15th September 2020. Round 1(OT): We had to finish 3 questions within 1.5 hours. I finished in 58… Read More
Given an array with N numbers and separate those numbers into two arrays by odd numbers or even numbers. The complete operation required O(n) time… Read More
Phase One: It consisted of 3 sections: (You have to pass each section to get into the next) Online Test: (Only MCQ’s) having 4 sections:… Read More
Given a string S of length N and an integer K, the task is to find the minimum character replacements required to make the string… Read More
Given two polynomial numbers represented by a circular linked list, the task is to add these two polynomials by adding the coefficients of the powers… Read More