All Hard Articles
Using LinkedHashSet and TreeSet, duplicate elements are removed. Because the LinkedHashSet and TreeSet do not accept duplicate elements.  Example: Input : vector = [1, 2,… Read More
In a circular linked list, every node points to its next node in the sequence but the last node points to the first node in… Read More
In python, there are several built-in modules and methods for file handling. These functions are present in different modules such as os, glob, etc. This… Read More
Creating the histogram provides the visual representation of data distribution. By using a histogram we can represent a large amount of data and its frequency… Read More
Given a numeric string S of length M and an integer N, the task is to find all distinct combinations of S (repetitions allowed) that… Read More
MongoDB is one of the most popular NoSQL database. It is a cross-platform, object-oriented database. Basically NoSQL means MongoDB does not store data in the… Read More
1. Cloud Computing : Cloud computing refers to providing on demand IT resources/services like server, storage, database, networking, analytics, software etc. over internet. It is a… Read More
Given an array arr[] of size N representing integers required to be read as a data stream, the task is to calculate and print the… Read More
FFmpeg, short for Fast-forward MPEG, is a free and open-source multimedia framework, which is able to decode, encode, transcode, mux, demux, stream, filter and play… Read More
Gaussian Discriminant Analysis (GDA) is a supervised learning algorithm used for classification tasks in machine learning. It is a variant of the Linear Discriminant Analysis… Read More
Given a string S consisting of ‘X’, ‘Y’ and ‘Z’ only, the task is to convert S to a string consisting of only a single… Read More
Flutter is an amazing tool for developing cross-platform applications using a single code base. While Flutter is useful, it gets even better when you add… Read More
Glob module searches all path names looking for files matching a specified pattern according to the rules dictated by the Unix shell. Results so obtained… Read More
JSON stands for JavaScript Object Notation. It is a format for structuring data. This format is used by different web applications to communicate with each other. In this article, we… Read More
Serialization is the process by which we convert an object into a stream of bytes and store these bytes in file systems/databases or put them… Read More
The clone() method of the ArrayList class is used to clone an ArrayList to another ArrayList in Java as it returns a shallow copy of… Read More
JDBC (Java Database Connectivity) is basically a standard API(application interface) between the java programming language and various databases like Oracle, SQL, PostgreSQL, etc. It connects… Read More
Schonhage-Strassen algorithm is one of the fastest ways of multiplying very large integer values (30000 to 150000 decimal digits). This algorithm was developed by Arnold… Read More
Online Assessment: There were 2 sections: AptitudeTechnical All questions are MCQ’S this round is from easy to moderate level. Technical round 1: She started by… Read More