Harshit Sharma
Harshit Sharma
Added my profile
In this program, for every element in an array find its next greater elements from its right side. If for any element has not greater element then print -1 for...
Find the Nearest Greater Element From Right Side in the given array. If in the right side no greater element then print -1. Attached the screenshot of the output. 
Implementation of singly linked list and there functions create, display, traverse, count number of rows and maximum element in the linked list.
Find the Longest Common Subsequence String Length by using dynamic programming. In the LCS function pass the both strings s and r. LCS function return the length of the longest...