Else push the popped element. C++ program to Find Nearest Greatest Neighbours of each element in an array #include<bits/stdc++.h>usingnamespacestd;voidprint(int*a,intn){for(inti=0;i<n;i++)cout<<a[i]<<"";cout<<endl;}voidreplace(int*a,intn){inti=0;stack<int>s;//craeting a...
Write a Scala program to replace every element with the next greatest element (from right side) in a given array of integers. There is no element next to the last element, therefore replace it with -1. Sample Solution: Scala Code: objectScala_Array{deftest(arr_nums:Array[Int]):Array[Int...
There is an arrayaaaofnnndifferentnumbers. In one query you can ask the position of the second maximum element in a subsegmenta[l..r]a[l..r]a[l..r]. Find the position of the maximum element in the array in no more than20queries. ...
How to reverse String in Java without using API methods? (Solution) Write a function to find the middle element of the linked list in one pass? (solution) How to check if a number is binary in Java? (answer) 10 Free Data Structure and Algorithms Courses for Beginners (courses) ...