All Hard Articles
This article is about the implementation of ViewFipper in android. It is an extension of the ViewAnimator class which helps to animate between views added… Read More
Facebook has just released its State of the art object detection Model on 27 May 2020. They are calling it DERT stands for Detection Transformer… Read More
Given a binary string str of size N and a positive integer K, the task is to find the minimum number of flips required to… Read More
MariaDB is one of the most popular open-source relational database management system and could be used as a great replacement of MySQL. It is developed… Read More
Given two strings S and T and a number K, the task is to count the number of ways to convert string S to string… Read More
Given an unsorted array arr[] of N integers that are in Arithmetic Progression, the task is to print the missing element from the given series.… Read More
Glowing cube loader can be created using HTML and CSS. We’ll use HTML to create the structure and some CSS properties.  The loader is the… Read More
The Referrer Policy HTTP header sets the parameter for amount of information sent along with Referrer Header while making a request. Referrer policy is used… Read More
The Content Security Policy response header field is a tool to implement defense in depth mechanism for protection of data from content injection vulnerabilities such… Read More
Material UI is the most powerful and efficient React UI Framework to build an Application by adding Designs and Animations and using it with technical… Read More
Given an N-Ary tree containing N nodes and an array weight [ ] that denotes the weight of the nodes which can be positive or… Read More
Given a Directed Graph with N vertices value from 0 to N – 1 and N – 1 Edges, the task is to count the… Read More
Given a tree consisting of N nodes numbered from [1, N] and is colored either black(denoted by 1) or green(denoted by 0), the task is… Read More
Problem Statement: Design a Definite Finite Automata for accepting the permutation of Three a’s and Three b’s over the input {a, b}  Input: S =… Read More
Given string str of length N, the task is to obtain the lexicographically largest string by at most one swap.  Note: The swapping characters might… Read More
Given an array arr[] of length N, containing values in the range [1, N], the task is to find a subsequence s1, s2, …, sk… Read More
Given an array arr[] of N integers and a number K, the task is to find the sum of absolute difference of all pairs raised… Read More
Given an array arr[], the task is to determine the number of elements of the array which are not divisible by any other element in… Read More