Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles on Trending Technologies
Technical articles with clear explanations and examples
Number of n digit stepping numbers - space optimized solution
In this article, we will learn about stepping numbers. We will find the possible number of n digit numbers which are also stepping numbers using several C++ techniques. We will also discuss about the most space optimized solution. Let’s first discuss about stepping numbers. These are such numbers which have adjacent digits in such a way that they all have a difference of 1. For example, 321- each of the adjacent digits (3, 2, 1) have a difference of 1 consecutively. Here, we will be given the value of N and then we have to find the count of all ...
Read MoreNumber of n digit numbers that do not contain 9
Suppose you have a given number N. Now, you want to find those numbers of N digit which do not contain 9. This question can be solved by permutation and combination mathematically. In this article, we will find such numbers and count them using C++. Suppose you have to find 1-digit numbers which do not contain 9. So, these numbers are (0 – 8). There are in total 8 such numbers. Similarly, we have to find the count of N digit such numbers. Here, we will be given the value of N and then we have to find the count ...
Read MoreNumber of mismatching bits in the binary representation of two integers
Binary language is the language of the computers. So, every integer, character or symbols needs to be converted into binary system and vice versa. There is binary representation to all high-level language. In this article, we will discuss about the binary representation of integers. Also, we will find the mismatching bits in the binary representation of two integers. Input Output Scenarios We are given two integers X and Y. The number of mismatching bits in their binary representation is the output. Input: X = 25, Y = 15 Output: 3 Input: X = 6, X = 19 Output: 3 ...
Read MoreNumber of matches required to find a winner
Tournaments can be of various types- single elimination, double elimination, league etc., Suppose you are an organizer and you want to know about how many matches needs to conducted in order to conduct the tournament according to the rules of the game. In this article, we will discuss about different ways to find the number of matches required to find a winner using C++. Understanding the Problem In a single elimination tournament, we have series of matches in which each team or player gets to compete with the other one. In each match, there are two teams or players. The ...
Read MoreWhat is the full form of SIP?
What is SIP? SIP can be expanded as Systematic Investment Plan. This is a method by which you can make investments in mutual funds. In this type of investment, you will have to choose a type of mutual fund and start investment as per the rules and regulations. The investment has to be made at fixed intervals. You can spend a small amount and get a high return. Types of SIP SIP is of many types and we will discuss some of them here. Fixed SIP This is a type of SIP in which investment has to be done at ...
Read MoreWhat is the full form of NPA?
What is NPA? NPA can be expanded as Non-Performing Assets. It is a loan whose interest has not been paid for the past 90 days. An asset is termed as non-performing if it does not earn any revenue for a bank. An asset can be anything which can be used by banks to generate revenue. Loan is one of them as it brings income through a loan. If a company or an individual stops paying interest, it is called NPA. What is GNPA? GNPA can be expanded as Gross Non-Performing Assets. It is the total amount of all the ...
Read MoreWhat is the full form of MICR?
What is MICR? MICR can be expanded as Magnetic Ink Character Recognition. The technology was invented in the 1950s so that it can be checked whether the cheques are legal or not. Besides cheques, the validity of other documents can also be checked with the help of this technology. A special ink is used in this technology which is sensitive to magnetic fields. This technology is mostly used by banks and many other financial institutions. Retailers can also use the technology to check fraud. MICR Line The MICR line consists of a sequence of characters which is divided into three ...
Read MoreWhat is the full form of PGDM?
What is PGDM? The full form of PGDM is Post Graduate Diploma in Management. Students who are unable to do MBA due to any reason can go for its alternative called PGDM. You can pursue the course after completing your graduation. Regular, part-time, and online courses are available and you can do any of them. Candidates have to score at least 50% marks in their graduation to pursue the course. Graduation can be done from a y stream. In order to get admission for a PGDM course, you will have to appear in any of the following entrance exams − ...
Read MoreWhat is the full form of PGDCA?
What is PGDCA? The full form of PGDCA is Post Graduate Diploma in Computer Application. This is a course which students can pursue after completing their graduation under any stream. The course can be done by those individuals who want to learn the process of developing different types of computer applications. A wide variety of topics are available in this course and some of them are web designing, web development, programming, databases, data science, and many more. Students can available different types of career opportunities after completing the course. Eligibility Criteria Students who want to pursue PGDCA course have to ...
Read MoreWhat is the full form of MS?
What is MS? The full form of MS is Master of Surgery. This is a post graduate medical program where doctors are trained for performing surgery and get specialized. The duration of the course is three years and the course can be done by the candidates who have completed their MBBS. Theoretical knowledge and practical skills are included in the course. Entrance Exam If you want to go for the MS course you need to appear in the entrance exam called NEET PG. The National Board of Examination organizes the entrance exam. You can also get enrolled in the course ...
Read More