Write a function that finds the longest increasing character sequence ? function solve( a ){ //write your code here } Login to Submit