All Hard Articles
Today various organizations, be it online shopping, government and private sector organizations, catering and tourism industry or other institutions that offer customer services are concerned… Read More
The process.env property is an inbuilt application programming interface of the process module which is used to get the user environment. Syntax: process.env Return Value:… Read More
Given an array arr[] of size N and an integer K, the task is to find the Kth number from the product array.Note: A product… Read More
1) An online test was conducted containing various section including os, computer network, Java, python, c aptitude, DBMS, logical reasoning . Each and every section… Read More
Given a very large number N (> 150), the task is to check whether this number is Prime, Semi-Prime or Composite.Example:  Input: N = 90000000 Output:… Read More
Prerequisite: Huffman Coding, Huffman Decoding Adaptive Huffman Coding is also known as Dynamic Huffman Coding. The implementation is done using Vitter Algorithm.   Encoding Adaptive Huffman coding… Read More
Prerequisite: Optimal Storage on Tapes You are given tapes[] of different sizes and records[] of different volumes. The task is to fill the volumes in tapes… Read More
Given an array arr[], the task is to find a subarray with the difference between the maximum and the minimum element is greater than or… Read More
Given a number A in decimal base, the task is to find the Nth digit from last in base BExamples:  Input: A = 100, N… Read More
JShell is an interactive Java Shell tool, it allows us to execute Java code from the shell and shows output immediately. JShell is a REPL… Read More
Given an unsorted array arr[] of length N, the task is to find the median of this array. Median of a sorted array of size N… Read More
DBS ( Development Bank of Singapore ) organises an event Hack2Hire Campus every year to recruit freshers at Hyderabad campus. DBS’ Hack2Hire programme is back for… Read More
Hello, I was working as a Senior Software Engineer in Bangalore while I applied for this role. I applied through LinkedIn and here is my… Read More
Today, the Internet is the most-used human-built technology and even growing more with its full potentialities day by day. This Internet is not only an… Read More
Given a list of strings, the task is to find the sum of all LCP (Longest Common Prefix) of maximum length by selecting any two… Read More
Facade Method is a Structural Design pattern that provides a simpler unified interface to a more complex system. The word Facade means the face of… Read More
This article aims to quickly build a Python face recognition program to easily train multiple images per person and get started with recognizing known faces… Read More
Prerequisite: Segment tree and depth first search.In this article, an approach to convert an N-ary rooted tree( a tree with more than 2 children) into… Read More
Given a small graph with N nodes and E edges, the task is to find the maximum clique in the given graph. A clique is… Read More