All Hard Articles
If a single administrator wants to access 100 routers and the local database of the device is used for username and password (authentication) then the… Read More
Round 1(HackerRank) 1: Related to find the total number of common digits in some range of numbers. 2: Knapsack problem variation, and expected output was… Read More
The java.util.LinkedHashMap.containsKey() method is used to check whether a particular key is being mapped into the LinkedHashMap or not. It takes the key element as… Read More
The acosh() is an inbuilt function in C++ STL that returns the inverse hyperbolic cosine of an angle given in radians. The function belongs to… Read More
Project Title: MySlam Introduction: MySlam is a digital slambook. It is a way to know more about people like what they like, what they dislike,… Read More
Round 1: Hackerrank Round 1: Find the total number of common digits in some range of numbers. 2: Knapsack problem variation, and expected output was… Read More
OpenCV is an open-source computer vision and machine learning software library. Various image processing operations such as manipulating images and applying tons of filters can… Read More
Stemming is a method in text processing that eliminates prefixes and suffixes from words, transforming them into their fundamental or root form, The main objective… Read More
The java.util.PriorityQueue.toArray() method in Java is used to form an array of the same elements as that of the Priority Queue. Basically, it copies all… Read More
The backbone analysis of any network is broadly accomplished by using Graph Theory and its Algorithms. The performance constraints are Reliability, Delay/Throughput and the goal… Read More
Prerequisite – Hashing Introduction, Hashtable using Singly Linked List & Implementing our Own Hash Table with Separate Chaining in Java Implementing hash table using Chaining… Read More
Given a grid with different colors in a different cell, each color represented by a different number. The task is to find out the largest… Read More
The lineSeparator() is a built-in method in Java which returns the system-dependent line separator string. It always returns the same value – the initial value… Read More
The java.lang.Character.digit() is an inbuilt method in java which returns the numeric value of the character ch in the specified radix. It returns -1 if… Read More
Project Title: Songs Recommendation System in Android Introduction: We all know that in today’s era internet is expanding very much and as a result, the… Read More
What is a shell? It’s the visible part of an operating system that users interact with, users interact with the operating system by providing commands… Read More
I applied through referral. I got call within a week. Total 7 rounds. First round was telephonic, asked some basic javascript questions followed by below… Read More
Our task is to design a Data Structure SpecialStack that supports all the stack operations like push(), pop(), isEmpty(), isFull() and an additional operation getMin()… Read More
Round 1: Asked about myself and my current company. what kind of work i did in my current company on a day to day basis. Then… Read More
Prerequisite – Solving Recurrences, Different types of recurrence relations and their solutions, Practice Set for Recurrence Relations The sequence which is defined by indicating a… Read More