All Hard Articles
Given a string str, the task is to find the number of distinct substrings that are placed consecutively in the given string. Examples:  Input: str… Read More
Given a Tree consisting of N vertices, rooted at vertex 1 and an array val[] representing the values assigned to each vertex, and an array… Read More
Given an integer N, the task is to find the Landau’s Function of the number N. In number theory, The Landau’s function finds the largest… Read More
The company visited our campus Thapar Institute of Engineering and Technology on 29th July, 2020. The Pre-placement talk was conducted on the same day where… Read More
Round 1: General Interview – 27th April, 2020 I knew machine learning before hand and had idea of markets or how they work. So, I… Read More
InfyTQ 2020 is a certification exam conducted by Infosys through which the final year students who will be graduating in 2021 are recruited. I heard… Read More
Multilayered Text Effect is one of the most used text effects in the web design world. As a designer or front-end developer one should know… Read More
Prerequisite – Quality Function Deployment (QFD) House of Quality and its parts have been discussed in prerequisite article. Here, we will understand how to construct… Read More
Given an N-ary Tree rooted at 1, and an array val[] consisting of weights assigned to every node, and a matrix Q[][], consisting of queries… Read More
Among the thousands and thousands of species in this world, solely homo sapiens are successful in spoken language. From cave drawings to internet communication, we… Read More
Given an array A[] consisting of N distinct integers, the task is to rearrange the given array such that the sum of every same-indexed non-empty… Read More
Given a string S, the task is to check if S contains a pair of substrings of length K which are anagrams of each other… Read More
Given two arrays arr1[] and arr2[]. We can generate another array arr3[] by adding each element of the array arr1[] to each element arr2[]. The… Read More
Given an array A[] of N integers and an integer K, the task is to select the maximum number of elements from the array whose… Read More
Given a two integers N and K, the task is to find the first M and last M digits of the number NK .Examples:  Input:… Read More
Apache Kafka is a stream processing system that lets you send messages between processes, applications, and servers. In this article, we will see how to… Read More
Given a string in Snake Case, the task is to write a Java program to convert the given string from snake case to camel case… Read More
Given dictionary with value as lists, slice each list till K. Input : test_dict = {“Gfg” : [1, 6, 3, 5, 7], “Best” : [5,… Read More
Given a list of Strings, replace the value mapped with the Kth value of mapped list. Input : test_list = [“Gfg”, “is”, “Best”], subs_dict =… Read More
HTML align Attribute in HTML is used to specify the alignment of the text content of The Element. This attribute is used in all elements.… Read More