×
Home
Jobs
Tools
Coding Ground
Current Affairs
UPSC Notes
Online Tutors
Whiteboard
Net Meeting
Tutorix
Login
Packages
Categories
Java
JSP
iOS
HTML
Android
Python
C Programming
C++ Programming
C#
PHP
CSS
Javascript
jQuery
SAP
SAP HANA
Data Structure
RDBMS
MySQL
Mathematics
8085 Microprocessor
Operating System
Digital Electronics
Analysis of Algorithms
Mobile Development
Front End
Web Development
Selenium
MongoDB
Computer Network
General Topics
Library
Videos
Q/A
eBooks
Login
Library
Videos
eBooks
Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Selected Reading
UPSC IAS Exams Notes
Developer's Best Practices
Questions and Answers
Effective Resume Writing
HR Interview Questions
Computer Glossary
Who is Who
Ayush Gupta
has Published
652
Answers
Maximum sum subsequence with at-least k distant elements in C++
C++
Server Side Programming
Programming
Ayush Gupta
Published on 09-Sep-2020 17:00:59
In this tutorial, we will be discussing a program to find maximum sum subsequence with at-least k distant elements.For this we will be provided with an array containing integers and a value K. Our task is to find the subsequence having maximum sum such that all the elements are at ...
Read More
Maximum sum subarray such that start and end values are same in C++
C++
Server Side Programming
Programming
Ayush Gupta
Published on 09-Sep-2020 16:59:00
In this tutorial, we will be discussing a program to find maximum sum subarray such that start and end values are same.For this we will be provided with an array containing integers. Our task is to find the subarray with the maximum sum such that the elements are both its ...
Read More
Maximum sum rectangle in a 2D matrix | DP-27 in C++
C++
Server Side Programming
Programming
Ayush Gupta
Published on 09-Sep-2020 16:56:57
In this tutorial, we will be discussing a program to find maximum sum rectangle in a 2D matrix.For this we will be provided with a matrix. Our task is to find out the submatrix with the maximum sum of its elements.Example Live Demo#include<bits/stdc++.h> using namespace std; #define ROW 4 #define COL ...
Read More
Maximum sum possible for a sub-sequence such that no two elements appear at a distance < K in the array in C++
C++
Server Side Programming
Programming
Ayush Gupta
Published on 09-Sep-2020 16:54:28
In this tutorial, we will be discussing a program to find maximum sum possible for a sub-sequence such that no two elements appear at a distance < K in the array.For this we will be provided with an array containing N intergers and a value K. Our task is to ...
Read More
Maximum sum path in a matrix from top to bottom in C++ Program
C++
Server Side Programming
Programming
Ayush Gupta
Published on 09-Sep-2020 16:52:05
In this tutorial, we will be discussing a program to find maximum sum path in a matrix from top to bottom.For this we will be provided with a matrix of N*N size. Our task is to find the maximum sum route from top row to bottom row while moving to ...
Read More
Maximum sum of smallest and second smallest in an array in C++
C++
Server Side Programming
Programming
Ayush Gupta
Published on 09-Sep-2020 16:50:03
In this tutorial, we will be discussing a program to find maximum sum of smallest and second smallest in an array.For this we will be provided with an array containing integers. Our task is to find the maximum sum of smallest and second smallest elements in every possible iteration of ...
Read More
Maximum Sum of Products of Two Arrays in C++
C++
Server Side Programming
Programming
Ayush Gupta
Published on 09-Sep-2020 16:48:27
In this tutorial, we will be discussing a program to find maximum Sum of Products of Two Arrays.For this we will be provided with two arrays of same size. Our task is to find the maximum sum by multiplying exactly one element from first element with one element from the ...
Read More
Maximum sum of pairwise product in an array with negative allowed in C++
C++
Server Side Programming
Programming
Ayush Gupta
Published on 09-Sep-2020 16:46:30
In this tutorial, we will be discussing a program to find maximum sum of pairwise product in an array with negative allowed.For this we will be provided with an array containing integers. Our task is to find the maximum sum while performing pairwise multiplications.Example Live Demo#include <bits/stdc++.h> #define Mod 1000000007 using ...
Read More
Maximum sum of pairs with specific difference in C++
C++
Server Side Programming
Programming
Ayush Gupta
Published on 09-Sep-2020 16:43:07
In this tutorial, we will be discussing a program to find maximum sum of pairs with specific difference.For this we will be provided with an array containing integers and a value K. Our task is to pair elements having difference less than K and finally find the maximum sum of ...
Read More
Maximum sum of nodes in Binary tree such that no two are adjacent in C++
C++
Server Side Programming
Programming
Ayush Gupta
Published on 09-Sep-2020 16:40:07
In this tutorial, we will be discussing a program to find maximum sum of nodes in Binary tree such that no two are adjacent.For this we will be provided with a binary tree. Our task is to find the subset having maximum sum such that no two nodes in subset ...
Read More
1
2
3
4
5
6
7
...
66
Next
Advertisements
Print
Add Notes
Bookmark this page
Report Error
Suggestions
Save
Close
Dashboard
Logout