[FIXED] Find all longest ascending(not necessarily consecutive) number sequences in List
Issue I am given an array of numbers(unsorted): [1,2,1,2,3,1,3,7] My task is to write a method which returns ALL longest
Read moreIssue I am given an array of numbers(unsorted): [1,2,1,2,3,1,3,7] My task is to write a method which returns ALL longest
Read moreIssue In my application I have 2 list and maybe some items same between lists. I want to check these
Read moreIssue i have array like this var data = [manggo, lemon, watermelon, guava]; I want to display watermelon when I
Read moreIssue how to convert this JSON to dart/flutter and call it "orginal_url"? any time i want to call it it
Read moreIssue RxList<String> selectedMemberList = <String>[].obs; selectedMemberList = [180,160,150] I want to display text in red color if ID contains in
Read moreIssue I’m coding an Ionic Application, that stores some form entries and some options by using the "storage". Now I
Read moreIssue Hi there guy’s i’m developing an application that connects to a BLE device. Now i need need to write
Read moreIssue I have list: var skillsList: MutableList<ComplexModel> = mutableListOf() ComplexModel contains (Name,Title,StartDate,Summarry) I want to find better way to create
Read moreIssue How can I create a Array like we do in java? int A[] = new int[N]; How can I
Read moreIssue Working on Android/Kotlin app, I’m having trouble finding indices of second and third element in the array that fulfills
Read more