All Medium Articles
The setShadow() function is an inbuilt function in PHP | Spreadsheet_Excel_Writer which is used to set the font as a shadow. Syntax:  void Format::setShadow() Parameters:… Read More
The setStrikeOut() function is an inbuilt function in PHP | Spreadsheet_Excel_Writer which is used to set font as a strikeout. Syntax:  void Format::setStrikeOut() Parameters: This… Read More
The subList() method of java.util.CopyOnWriteArrayList class is used to return a view of the portion of this list between the specified fromIndex, inclusive, and toIndex,… Read More
The setBold() function is an inbuilt function in PHP | Spreadsheet_Excel_Writer which is used to set the boldness of the text. Syntax:  void Format::setBold( $weight… Read More
Given an integer X and a binary tree, the task is to count the number of triplet triplets of nodes such that their sum is… Read More
Given two positive integers n and k, the task is to count the number of special permutations. A special permutation P is defined as a… Read More
The unordered_map::insert() is a built-in function in C++ STL which is used to insert elements with a particular key in the unordered_map container. This function… Read More
The ‘pwd,’ which stands for “print working directory.” In this article, we will delve into the ‘pwd’ command, exploring its functionality, usage, and various examples.… Read More
Prerequisite: Geometric shapes using OpenCV Given three vertices of a triangle, write a Python program to find the centroid of the triangle and then draw… Read More
The convert_uudecode() is a built in function in PHP. This function decode a uuencoded string encoded using convert_uuencode() function. The uudecode() functions makes string into… Read More
The toArray() method of CopyOnWriteArrayList is used to return an array containing all the elements in CopyOnWriteArrayList in the correct order. Syntax: public Object[] toArray()… Read More
Prerequisites : Introduction to tkinter | Get the real time currency exchange ratePython offers multiple options for developing GUI (Graphical User Interface). Out of all… Read More
Given a string str representing an integer and an integer led which is the count of LEDs available. The task is to check if it… Read More
Given an array arr[], the task is to check whether the sum of primes in the array is divisible by any of the primes in… Read More
Given a number N. The task is to count total numbers under N which are both perfect square and cube of some integers.Examples:  Input: N… Read More
Given an integer N, the task is to print the Alphabet H Pattern as given below:   1 N 2 * 3 3 * 2 N… Read More
An array is a group of like-typed variables that are referred to by a common name. And each data item is called an element of… Read More
sudo (Super User DO) command in Linux is generally used as a prefix for some commands that only superusers are allowed to run. If you… Read More
Online Test:This round was conducted online on hackerearth for 2.30 hours.It had 2 sections Section 1: It consisted of 49  MCQ questions related to data… Read More