All Medium Articles
The ImagickDraw::setStrokeLineJoin() function is an inbuilt function in PHP that is used to specify the shape to be used at the corners of paths when… Read More
To resize an image or video to fit inside a div container, you can use the object-fit property. This property is used to specify how… Read More
Given an array arr of N integers, the task is to find the number of elements that satisfy the following condition: If the element is X… Read More
Tree:- A connected graph without any circuit is called a Tree. In other words, a tree is an undirected graph G that satisfies any of… Read More
Given a singly linked list which is sorted in ascending order and another singly linked list which is unsorted. The task is to print the elements of… Read More
Basically for a computer to start running to get an instance when it is powered up or rebooted it need to have an initial program… Read More
This resizable property is used to set the resizable area of elements. It is mostly used with textarea and div elements. To disable resizable property… Read More
There are basically three different types of lists provided by HTML:  Ordered ListUnordered ListDescription listThere are several ways to design these three types of lists… Read More
Go (also referred as Golang) is a procedural and statically-typed programming language having syntax similar to C language. It provides a rich standard library, garbage… Read More
numpy.cumprod() function is used when we want to compute the cumulative product of array elements over a given axis. Syntax : numpy.cumprod(arr, axis=None, dtype=None, out=None)… Read More
There is no placeholder attribute in ‘select’ tag but it can make the placeholder for a ‘select’ box. There are many ways to create the… Read More
The Imagick::radialBlurImage() function is an inbuilt function in PHP that is used to create radial blur images.  Syntax: bool Imagick::radialBlurImage( $angle, $channel ) Parameters: This… Read More
On an Island, there is an airport that has an unlimited number of identical air-planes. Each air-plane has a fuel capacity to allow it to… Read More
Given a two dimensional matrix A of zero’s and one’s and an integer K. In each move, you can choose any row or column and toggle… Read More
Given a word containing vowels and consonants. The task is to find that in how many ways the word can be arranged so that the… Read More
Given two integers and . The task is to find the maximum value of x, such that, n! % (k^x) = 0. Examples:  Input : n =… Read More
Given four integers n, w, m and k where,   m is the total number of men.w is the total number of women.n is the total… Read More
Pre-requisite: Operator Overloading in C++Given two strings. The task is to concatenate the two strings using Operator Overloading in C++. Example:  Input: str1 = "hello",… Read More
Betsol 2018 visited campus in November Round 1: Online test 24 MCQ’s on DB, OS and C/C++ tricky questions. The platform had Good UI. No coding.… Read More