All Hard Articles
1. Process Contention Scope :In an operating system the thread library is schedules by an operating system known as kernel thread that is managed by… Read More
Introduction : Current Best Hypothesis Search (CBHS) is a machine learning algorithm that focuses on finding the best hypothesis (or solution) to a problem, given… Read More
Annotations in Java help associate metadata to the program elements such as classes, instance variables, methods, etc. Annotations can also be used to attach metadata… Read More
When using JSON format, Spring Boot will use an ObjectMapper instance to serialize responses and deserialize requests. In this article, we will take a look… Read More
I got a PPI opportunity for the role of Digital Specialist Engineer after clearing Hackwithinfy  for Batch 2022 round 1. My Hackwithinfy exam was on… Read More
Google Map or any other such applications have methods to generate a route between two locations. Generally, there are a lot of parameters like closest… Read More
PRDownloader library is a file downloader library for android. It comes with pause and resumes support while downloading a file. This library is capable of… Read More
Given a string S representing the time in the 24-hour format “HH:MM” such that some digits are represented by ‘?’, the task is to replace… Read More
HTML Parser is a program/software by which useful statements can be extracted, leaving html tags (like <h1>, <span>, <p> etc) behind.  Examples: Input: <h1>Geeks for… Read More
In this article, we will make a KBC game with almost all the features in CLI(Command Line Interface) mode using Python. Features of the game:… Read More
Given an integer N, the task is to reduce N to 0 in the minimum number of operations using the following operations any number of… Read More
DateTimeFormatterBuilder Class is a builder class that is used to create date-time formatters. DateTimeFormatter is used as a Formatter for printing and parsing date-time objects.… Read More
Given an integer N, and the string integer M, the task is to find the total count to make N by using the digits of… Read More
Given an undirected connected graph of N nodes and M edges. Each node has a light but at a time it can be either green… Read More
Given an array arr[] of size N, the task is to print the minimum number of moves needed to make all array elements equal by… Read More
Given a directed and weighted graph of N nodes and M edges, the task is to find the 1st to Kth shortest path lengths from… Read More
ShadowDOM is the concept that refers to the encapsulation of DOM elements and components while VIrtualDOM is virtual representation of DOM that optimizes the Updates… Read More
To change the position of an image in CSS, you can use properties such as object-position and float. The object-position property aligns the position of… Read More
In this article, we will discuss how to track the current location of ISS(International Space Station) and then maps the location. We will write a… Read More
Friction is a force that is present almost everywhere in daily life. This force allows us to walk, hold objects, etc. In short, it is… Read More