All Medium Articles
Julia has Perl-compatible regular expressions (regexes), as provided by the PCRE library. Regular expressions can be used to find regular patterns in strings and in… Read More
Pattern matching is the process of checking whether a specific sequence of characters/tokens/data exists among the given data. Regular programming languages make use of regular… Read More
Given an array of integers arr[] consisting of N integers, the task is to minimize the sum of the given array by performing at most… Read More
Given an integer N, the task is to calculate the total number of distinct permutations of length N, consisting only of letters ‘a’, ‘b’, and… Read More
First Round: It was held on 13th August 2020. It was an online coding round of 1 hour 30 minutes. This assessment took place on… Read More
Given a positive integer N, the task is to find the minimum N-digit number such that performing the following operations on it in the following… Read More
In C, %n is a special format specifier. In the case of printf() function the %n assign the number of characters printed by printf(). When… Read More
Ellipsis in C++ allows the function to accept an indeterminate number of arguments. It is also known as the variable argument list. Ellipsis tells the… Read More
Given two strings P and Q, the task is to generate a string S satisfying the following conditions:  Find S such that P is rearranged… Read More
TinyMCE is a online rich text editor which is fully flexible and provides customisation. mostly used to get dynamic data such as articles in GFG… Read More
Round 1: The test was for 90 minutes and consisted of three questions ranging from easy to hard. The first one was a fairly easy… Read More
The first thing, that there is no online coding round in Google for an internship. So the first shortlisting is done on the basis of… Read More
Apti + Technical Test: There were around 4 sections, all the sections were further divided into few subsections.  Apti: Quantitative, logical reasoning, Flowchart questions.  Coding… Read More
Round 1(Coding Test): This was a fairly easy round, 2 questions were asked, and we had 2 hrs to solve the questions. The first question… Read More
Prerequisite – Xv6 Operating System -add a user program  In last post we got to know how to add user program in Xv6 Operating System.… Read More
In this post we are going to scrape dynamic websites that use JavaScript libraries like React.js, Vue.js, Angular.js, etc you have to put extra efforts.… Read More
Given an array arr[] of size N, the task is to find the number of subarrays having the sum of its elements equal to the… Read More
If you are someone like me who considers Twitter to be far better than Instagram, then I might be having something for you. We all… Read More
Let us see how to run a Python program or project in the background i.e. the program will start running from the moment device is… Read More