Mayank Pathak
Mayank Pathak's Blog

Mayank Pathak's Blog

Follow
homeProgramsContact MeAbout Mebadgesnewsletter
Series

Programs

In this series, I will be writing some of the important programming problems that has been asked over the internet or in any coding test.

Articles in this series

Discover Max element of each column in matrix

Jun 12, 20213 min read

Hey guys👋, In this post we will be discuss the Program to find maximum element of each column in a matrix i.e., to find the maximum value in each...

Discover Max element of each column in matrix

Do you Know What is Harshad Number

May 22, 20213 min read

Let's check what actually Harshad Number is · Hello👋 Guys, In this article we gonna know about an interesting concept which merely known to some of the...

Do you Know What is Harshad Number

Find Largest and Smallest Element in an Array

May 20, 20213 min read

This article is focused to one of the basic problem in Array that is to find the largest and smallest element of an array. · Hello guys👋, In this post...

Find Largest and Smallest Element in an Array

Consecutive difference of elements in an Array

May 19, 20213 min read

This post is written on the basic programming problem from the topic Array in C++, in which we have to find the consecutive difference of elements. ·...

Consecutive difference of elements in an Array