All Medium Articles
In this article, we will discuss the implementation of Polynomial Regression using Turicreate. Polynomial Regression: Polynomial regression is a form of regression analysis that models… Read More
In this article, we will learn how to draw lines using the keyboard (arrow keys) in turtle graphics. Let’s first discuss some methods used in… Read More
Given a string S of length N which is the English representation of any number of digits in the range [0 – 9] in jumbled… Read More
Find the minimum length substring in the given string str such that, in the substring, each alphabet appears at least once in lower case and… Read More
Ropes are scalable string implementation. They are designed for efficient operation that involves the string as a whole. Operations such as assignment, concatenation, and sub-string… Read More
RC4 is a symmetric stream cipher and variable key length algorithm. This symmetric key algorithm is used identically for encryption and decryption such that the… Read More
Given a positive integer N, the task is to construct an array of length N and find the maximize the value at index K such… Read More
Given an array arr[], the task is to append the given array exactly K – 1 times to its end and print the total number… Read More
A Regex (Regular Expression) is a sequence of characters used for defining a pattern. This pattern could be used for searching, replacing and other operations.… Read More
In this article, we will discuss how to set two bars with rounded arrows overlapping each other using HTML and CSS. Example 1: In the… Read More
Responsive Navbar short for Navigation Bar in React JS provides a routing function for the web application that can change the layouts according to different… Read More
JavaScript has two scopes which are the local scope and global scope and when we directly assign a variable without declaring, it becomes a global… Read More
Radio buttons allow the user to select one option from a set. Material UI for React has this component available for us and it is… Read More
Drivers are used to help the hardware devices interact with the operating system. In windows, all the devices and drivers are grouped together in a… Read More
By definition, A database stores information in a well-defined way so that the data stored in it will be easily accessible, and we could modify… Read More
In this article, we are going to discuss how to create the Game of Craps using Python. Rules of the game: Two dices are required… Read More
Question 11. If α and β are the zeroes of the quadratic polynomial f(x) = 6x2 + x – 2, find the value of (α/β)… Read More
Question 1. A traffic signal board, indicating ‘SCHOOL AHEAD’, is an equilateral triangle with side ‘a’. Find the area of the signal board, using Heron’s… Read More
Question 1. Find the coordinates of the point which divides the join of (–1, 7) and (4, –3) in the ratio 2 : 3. Solution:… Read More