All Basic Articles
Singleton Pattern belongs to Creational type pattern. As the name suggests, the creational design type deals with object creation mechanisms. Basically, to simplify this, creational… Read More
With the increase in the number of cores available in the processors nowadays, coupled with the ever-increasing need to achieve more throughput, multi-threading APIs are… Read More
Given an array arr[] consisting of N positive integers and a positive integer K, the task is to find the maximum possible integer X, such… Read More
Kalitorify is a free and open-source tool to become anonymous on the Internet while testing the security of a web browser. kalitorify uses ip-tables to… Read More
Mirrors are surfaces that reflect almost all types of incident light rays that hit their surface. The mirror can have either a plane or a… Read More
Forms are always an essential part of any project that is used to collect user input information. In this article, we are creating a survey… Read More
To define a list in HTML5 we can use the HTML <li> tag. But there are two types of listing in HTML. One is an… Read More
Dropdown lists are one of the most flexible elements in HTML. It is similar to that of the radio input, that is, only one item… Read More
This article shows how to divide a page into four parts using HTML frames. This can be used to represent the header, sidebar, footer, and… Read More
jQuery UI consists of GUI widgets, visual effects, and themes implemented using jQuery, CSS, and HTML. jQuery UI is great for building UI interfaces for… Read More
Date class is present in both java.util package and java.sql package. Though the name of the class is the same for both packages, their utilities… Read More
HashMap<Key, Value> provides the basic implementation of the Map interface of Java and import java.util.HashMap package or its superclass. HashMap stores the data in (Key,… Read More
GCD (i.e. Greatest Common Divisor) or HCF (i.e. Highest Common Factor) is the largest number that can divide both the given numbers. Example: HCF of… Read More
Designing a website is not an easy task if a UX designer does not pay attention to the entire layout of the system. In companies… Read More
Given a string S of length N, the task is to find the minimum number of characters required to be removed such that every distinct… Read More
Two Coding Rounds were held. Round 1: Given a 2D integer matrix of size (m*n). Calculate the sum of the submatrix of size (a*b), where… Read More
Given two piles of coins consisting of N and M coins, the task is to check if both the piles can be emptied simultaneously by… Read More
Given a dictionary arr consisting of N items, where key and value are both of integer type, the task is to find the sum of… Read More
This class accepts lots of value in tailwind CSS in which all the properties are covered in class form. It is the stroke class to… Read More