All Basic Articles
Prerequisite: Pointers in C++ A pointer is a data type that stores the address of other data types. Pointers can be used for base objects… Read More
In this article, we will discuss various scheduling algorithms for Greedy Algorithms. Many scheduling problems can be solved using greedy algorithms. Problem statement: Given N… Read More
JSON stands for Javascript Object Notation. It is one of the easiest ways to exchange information between applications and is generally used by websites/APIs to… Read More
Bit Manipulation is a technique used in a variety of problems to get the solution in an optimized way. This technique is very effective from… Read More
A startup is a company that aims to join the customers of today to a vision of the future. And what technology is more associated… Read More
JavaScript is a front-end programming language for the web, it is a lightweight and most commonly used front-end programming language. It also uses to manipulate… Read More
In this article, we will see how to install Apache JMeter in Linux.  Here we will use Ubuntu which is a Linux distribution based on… Read More
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have… Read More
Given a string S of lowercase English alphabets, the task is to print the smallest word in the given string. Examples: Input: S = “sky… Read More
Scratch is a block-based visual programming language that can be used to make interactive games and animations. It has a huge online community where you… Read More
A scatter plot uses dots to represent values for two different numeric variables. Scatter plots are used to observe relationships between variables. A linear regression… Read More
Node.js is an open-source platform for executing JavaScript code on the server-side. It can be downloaded from here. MySQL is an open-source Relational Database Management… Read More
Android SDK stands for Android Software Development Kit which is developed by Google for Android Platform. With the help of Android SDK, we can create… Read More
Class-based views help in composing reusable bits of behavior. Django REST Framework provides several pre-built views that allow us to reuse common functionality and keep… Read More
Whether you’re seeking a career in Machine Learning or Data Science or Website Development – the knowledge of Python Language is very much relevant in… Read More
Tata Consultancy Services, TCS is a giant player in the IT world and it has become the world’s most-valued IT services company as well with… Read More
In the tech interviews, apart from the questions based on your particular domain or technology such as Android Development, Machine Learning, etc., you are often… Read More
Given an array arr[] consisting of N distinct integers and an array Q[] representing queries, the task for every query Q[i] is to find the… Read More
Microsoft Word or MS-WORD is a graphical word processing program that users can type with. It allows the users to type and save documents very… Read More
In this article, we will learn how to get the current filename using PHP.   Input : c:/xampp/htdocs/project/home.php Output : project/home.php Input : c:/xampp/htdocs/project/abc.txt Output… Read More