All Basic Articles
In this article, we will discuss how to create snippets in Sublime text for Competitive Programming. In Competitive Programming, time is the most important key,… Read More
DynamoDB allows users to create databases capable of storing and retrieving any amount of data and comes in handy while serving any amount of traffic.… Read More
Given an array arr[] consisting of N integers, the task is to count the number of distinct pairs of array elements having the product of… Read More
We can create bottomsheet in flutter. Basically, we have two types of bottomsheets in material design: Persistent and Modal. Bottomsheets are used when we want… Read More
An internship is the phase of time for which students are offered by companies to come and apply their theoretical knowledge into the practical world… Read More
Given a weighted graph consisting of N nodes and M edges, a source vertex, a destination vertex, and an integer K, the task is to… Read More
Here, we are going to see how to find the name of a person whose name starts with a specified letter in SQL. In this… Read More
Structured Query Language or SQL is a standard Database language that is used to create, maintain and retrieve the data from relational databases like MySQL,… Read More
Given a string S consisting of lowercase alphabets, the task is to check whether the given string can be rearranged such that the string can… Read More
Given a string S representing a time in 24 hours format, with ‘_’ placed at positions of some digits, the task is to find the… Read More
There are many situations that come when we have to change the functionality of the output as well as the type of output according to… Read More
In java if a thread doesn’t want to perform any operation for a particular amount of time then we should go for the sleep() method,… Read More
In this is article we will see when to use next() and return next() in NodeJS. Features: next() : It will run or execute the… Read More
The purpose of this article is to send dynamic key-value pairs to the PHP back-end using jQuery AJAX in an HTML document. Create two input… Read More
Sometimes we face problems with centering tables on a web page. With the help of the CSS center element, we can center the table on… Read More
Zeros of a Polynomial are those real, imaginary, or complex value when put in the polynomial instead of a variable, the result becomes zero (as… Read More
ReactJS Accessibility: Accessibility is the necessary tool or ways in which a website can be made easy to access by the user with features like… Read More
To specify the character encoding used in an external script file in HTML5 we use <script> charset attribute. The charset attribute specifies the character encoding… Read More
Spherical mirrors are generally constructed from glass. A spherical surface is a part cut from a hollow sphere. This curved surface of the glass has… Read More
Divisibility Rules are the tests that were developed to make the division process simple and quicker. If we have to check whether a number is… Read More